mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 08:27:39 +08:00
20 lines
350 B
JSON
20 lines
350 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": false,
|
|
"strict": false,
|
|
"noImplicitAny": false,
|
|
"alwaysStrict": true,
|
|
"esModuleInterop": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true
|
|
},
|
|
"files": [
|
|
"src/index.js",
|
|
"src/augment.d.ts"
|
|
]
|
|
}
|