mirror of
https://gitee.com/x-extends/vxe-table-plugin-export-xlsx.git
synced 2026-01-21 05:21:33 +08:00
14 lines
207 B
JSON
14 lines
207 B
JSON
{
|
|
"files": [
|
|
"index.ts",
|
|
"depend.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"target": "es6",
|
|
"lib": ["dom", "es6"]
|
|
}
|
|
}
|