1
0
mirror of synced 2025-11-06 04:10:39 +08:00
Files
vxe-table-plugin-export-xlsx/tsconfig.json
2021-03-02 19:47:22 +08:00

17 lines
252 B
JSON

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