Files
vxe-table-plugin-export-xlsx/tsconfig.json
xuliangzhan fdbb5bc15d update
2021-03-21 20:09:17 +08:00

16 lines
235 B
JSON

{
"files": [
"index.ts"
],
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"noImplicitAny": true,
"target": "esnext",
"lib": [
"esnext",
"dom",
"dom.iterable"
]
}
}