Upgrade webpack config and inline svg-s

This commit is contained in:
schmelczerandras 2020-10-22 16:38:52 +02:00
parent 81a8834c4d
commit f1a2131540
14 changed files with 34437 additions and 218 deletions

View file

@ -7,8 +7,8 @@
"experimentalDecorators": true,
"downlevelIteration": true,
"moduleResolution": "node",
"skipLibCheck": true,
"module": "commonjs",
"composite": true,
"lib": ["dom", "es2017"]
},
"include": ["src/**/*.ts", "src/*.ts"]