1
0
mirror of synced 2025-12-08 06:26:45 +08:00

优化导出

This commit is contained in:
xuliangzhan
2019-11-13 19:20:55 +08:00
parent 0be8199c9e
commit 3f4bb6a523
9 changed files with 176 additions and 121 deletions

View File

@@ -1,5 +1,6 @@
{
"files": [
"index.d.ts",
"index.ts",
"depend.ts"
],
@@ -8,6 +9,9 @@
"moduleResolution": "node",
"noImplicitAny": true,
"target": "es6",
"lib": ["dom", "es6"]
"lib": [
"dom",
"es6"
]
}
}
}