sheetjs/tsconfig.json

14 lines
285 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",
"xlsx-tests.ts"
]
}