Add webpack support

This commit is contained in:
Schmelczer András 2019-12-19 22:14:45 +01:00
parent fb3ef7475c
commit eb2075aec5
33 changed files with 988 additions and 765 deletions

10
tsconfig.json Normal file
View file

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