Improve application size and loading type

by by nucleus
This commit is contained in:
Thomas Nordquist
2019-01-23 13:55:16 +01:00
parent b2e4c7db36
commit 8091323623
14 changed files with 464 additions and 48 deletions

View File

@@ -5,6 +5,7 @@
"strictNullChecks": true,
"outDir": "./dist",
"strict": true,
"module": "esnext",
"sourceRoot": "src/",
"lib": ["es2017", "dom"],
"sourceMap": true