fix: new ts version build error

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2021-03-27 11:35:54 +08:00
parent 5c90ac3b1f
commit 1bdb324fc4
9 changed files with 17 additions and 149 deletions

View File

@@ -5,6 +5,7 @@
"outDir": "dist",
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"strictNullChecks": false,
"importHelpers": true,
@@ -18,4 +19,4 @@
"experimentalDecorators": true,
"lib": []
}
}
}