feat: update typescript version

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-07-02 11:23:14 +08:00
parent 393e63c017
commit c2d825eed0
23 changed files with 28 additions and 22 deletions

View File

@ -20,9 +20,12 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"devDependencies": {
"@javatypes/spring-data-redis": "^0.0.2",
"@javatypes/spring-web": "^0.0.2",
"@javatypes/tomcat": "^0.0.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
"typescript": "^3.9.6"
},
"dependencies": {
"@ccms/api": "^0.8.2",

View File

@ -5,7 +5,9 @@
"outDir": "dist",
"skipLibCheck": true,
"sourceMap": false,
"inlineSourceMap": true
"inlineSourceMap": true,
"declaration": false,
"declarationMap": false
},
"exclude": [
"dist",