fix: add tslib 2021

This commit is contained in:
Innei
2021-09-20 11:26:25 +08:00
parent e5ae3f8e54
commit 76c5eb2498
2 changed files with 8 additions and 3 deletions

View File

@@ -7,13 +7,17 @@
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"target": "ES2019",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": ".",
"noImplicitAny": false,
"incremental": true,
"resolveJsonModule": true,
"lib": [
"ES2021",
"ES2020",
],
"skipLibCheck": true,
"paths": {
"~": [