sheetjs/types/tsconfig.json
SheetJS f6de1799c4 version bump 0.10.2: infrastructure
- typescript definitions
- fixed vulnerable regexes (h/t @davisjam)
2018-02-20 22:35:31 -05:00

15 lines
342 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [ "es5" ],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": ".",
"paths": { "ssf": ["."] },
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
}