refactoring, build fix

This commit is contained in:
Eugene Pankov
2019-06-06 13:45:15 +02:00
parent 1c23db3b55
commit 39bbe54992
56 changed files with 247 additions and 165 deletions

View File

@@ -11,7 +11,6 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"declaration": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,