mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 08:27:39 +08:00
52b97a73ca
This does not convert code to TypeScript yet. Based on initial testing, buster should be abandoned or typings for it should be written.
16 lines
255 B
JSON
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"
|
|
]
|
|
}
|