Update worker and server es target
This commit is contained in:
parent
66cd757c27
commit
53c28b5436
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"extends": "../../tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"allowArbitraryExtensions": true,
|
||||
"isolatedModules": false
|
||||
},
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"extends": "../../tsconfig.build.json",
|
||||
"compilerOptions": {
|
||||
"target": "es2020"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
|
|
Loading…
Reference in New Issue