Files
xlsx-template/tsconfig.json
T
Andrii Kurdiumov 52b97a73ca Introduce ability to check source code using TSC (#111)
This does not convert code to TypeScript yet.
Based on initial testing, buster should be abandoned
or typings for it should be written.
2020-08-03 19:19:32 +06:00

16 lines
255 B
JSON

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"allowJs": true,
"checkJs": true,
"noEmit": true,
"strict": false,
"noImplicitAny": false,
"esModuleInterop": true
},
"files": [
"lib/index.js"
]
}