1
0
mirror of synced 2025-11-06 04:10:39 +08:00

支持 xlsx 导出

This commit is contained in:
xuliangzhan
2019-11-04 21:26:13 +08:00
commit d5ce1c3c21
12 changed files with 541 additions and 0 deletions

13
tsconfig.json Normal file
View File

@@ -0,0 +1,13 @@
{
"files": [
"index.ts",
"depend.ts"
],
"compilerOptions": {
"strict": true,
"moduleResolution": "node",
"noImplicitAny": true,
"target": "es6",
"lib": ["dom", "es6"]
}
}