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

17 lines
253 B
JSON

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