sheetjs/types/tsconfig.json

23 lines
467 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
2016-05-04 22:08:38 +00:00
"strictNullChecks": false,
2016-05-09 20:52:25 +00:00
"baseUrl": "../",
"typeRoots": [
2016-05-10 19:24:49 +00:00
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"xlsx-tests.ts"
]
}