Adjust targets

This commit is contained in:
0x1eef 2024-04-25 13:49:49 -03:00
parent 778ec63399
commit 45954df7ce
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
"strict": true,
"strictNullChecks": false,
"module": "ES6",
"target": "ES6",
"target": "ES5",
"jsx": "react",
"lib": ["DOM"],
"baseUrl": "./src",

View file

@ -15,7 +15,7 @@ module.exports = {
loader: 'esbuild-loader',
options: {
loader: 'tsx',
target: 'es2017'
target: 'es2015'
}
},
],