Files
vxe-table-plugin-export-xlsx/tsconfig.json
xuliangzhan 4a79f1372b fix
2024-01-31 08:22:02 +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"
]
}
}