Update worker and server es target

This commit is contained in:
Adria Navarro 2024-12-09 12:48:52 +01:00
parent 66cd757c27
commit 53c28b5436
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
"extends": "../../tsconfig.build.json", "extends": "../../tsconfig.build.json",
"compilerOptions": { "compilerOptions": {
"target": "es2020",
"allowArbitraryExtensions": true, "allowArbitraryExtensions": true,
"isolatedModules": false "isolatedModules": false
}, },

View File

@ -1,5 +1,8 @@
{ {
"extends": "../../tsconfig.build.json", "extends": "../../tsconfig.build.json",
"compilerOptions": {
"target": "es2020"
},
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": [ "exclude": [
"node_modules", "node_modules",