support local

This commit is contained in:
Opportunity
2020-07-17 11:45:52 +08:00
Unverified
parent bff8013f3d
commit fad1ce1d16
27 changed files with 581 additions and 322 deletions
+5 -2
View File
@@ -1,4 +1,7 @@
{
"extends": "./tsconfig.json",
"exclude": ["**/*.spec.ts"]
"extends": "./tsconfig.json",
"compilerOptions": {
"removeComments": true
},
"exclude": ["**/*.spec.ts"]
}