tweak tsconfig

This commit is contained in:
Pig Fang 2020-02-01 12:45:07 +08:00
parent 100e5960e7
commit e01af8e7d9

View File

@ -4,6 +4,7 @@
"target": "es2016",
"module": "esnext",
"moduleResolution": "node",
"declaration": false,
"baseUrl": ".",
"incremental": true
},