Install and configure Typescript

[MAILPOET-2658]
This commit is contained in:
Amine Ben hammou
2020-02-26 14:14:31 +01:00
committed by Jack Kitterhing
parent 9547839aa9
commit cbe2fc64bb
5 changed files with 147 additions and 1 deletions

View File

@ -65,7 +65,7 @@ const baseConfig = {
module: {
rules: [
{
test: /\.jsx?$/,
test: /\.(j|t)sx?$/,
exclude: /(node_modules|src\/vendor)/,
loader: 'babel-loader',
},