mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-06-26 18:10:32 +02:00
Set javascript target to es2021
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es2019",
|
||||
"target": "es2021",
|
||||
"module": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"resolveJsonModule": true,
|
||||
|
Reference in New Issue
Block a user