printj/types/tsconfig.json
SheetJS ed55a202b3 version bump 1.0.1: typings
- typescript definitions and types
- flowtype definition refinement
2017-07-04 02:26:51 -04:00

15 lines
352 B
JSON

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