1
0
mirror of synced 2025-11-06 04:10:39 +08:00
Files
vxe-table-plugin-export-xlsx/tsconfig.json
xuliangzhan 5be863e85b update
2021-03-11 20:05:23 +08:00

17 lines
277 B
JSON

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