Scaffold webpack

This commit is contained in:
schmelczerandras 2020-07-08 22:16:39 +02:00
parent f277d5dfaa
commit e95f1fef4a
10 changed files with 10762 additions and 0 deletions

11
tsconfig.json Normal file
View file

@ -0,0 +1,11 @@
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": false,
"module": "es6",
"target": "es5",
"downlevelIteration": true,
"allowJs": true
}
}