Switching the Webpack configuration file to Typescript

This switches the Webpack config file from JS to Typescript.
This commit is contained in:
David Négrier 2021-05-12 13:38:32 +02:00
parent 9bf34a5117
commit 4fcbc146ca
3 changed files with 150 additions and 4 deletions

View file

@ -7,6 +7,7 @@
"@types/google-protobuf": "^3.7.3",
"@types/jasmine": "^3.5.10",
"@types/quill": "^1.3.7",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"css-loader": "^5.2.4",