1
0
mirror of synced 2025-12-10 23:38:04 +08:00
Files
vxe-table-plugin-export-xlsx/tsconfig.json
2019-11-04 21:26:13 +08:00

14 lines
207 B
JSON

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