1
0
mirror of synced 2025-11-06 04:10:39 +08:00
Files
vxe-table-plugin-export-xlsx/tsconfig.json
xuliangzhan 3f4bb6a523 优化导出
2019-11-13 19:20:55 +08:00

17 lines
242 B
JSON

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