sheetjs/types/tsconfig.json

16 lines
380 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "commonjs",
"lib": [ "es5" ],
"noImplicitAny": true,
"noImplicitThis": true,
2016-05-04 22:08:38 +00:00
"strictNullChecks": false,
2017-05-13 23:30:01 +00:00
"baseUrl": ".",
"paths": { "xlsx": ["."] },
"types": [],
"noEmit": true,
"strictFunctionTypes": true,
"forceConsistentCasingInFileNames": true
2017-05-13 23:30:01 +00:00
}
}