mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 00:17:39 +08:00
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noEmit": true,
|
|
"strict": false,
|
|
"skipLibCheck": true,
|
|
"types": ["node"]
|
|
},
|
|
}
|