es2021 compilation

This commit is contained in:
Eugene Pankov
2021-07-06 09:40:54 +02:00
parent bf762cc4c7
commit 89f369abe6
15 changed files with 87 additions and 753 deletions

View File

@@ -55,9 +55,9 @@ module.exports = {
{
test: /\.ts$/,
use: {
loader: 'awesome-typescript-loader',
loader: 'ts-loader',
options: {
configFileName: path.resolve(__dirname, 'tsconfig.json'),
configFile: path.resolve(__dirname, 'tsconfig.json'),
},
},
},