mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 04:05:13 +02:00
Set javascript target to es2021
This commit is contained in:
parent
59f2ffec57
commit
c300125f64
@ -2,7 +2,7 @@
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es2019",
|
||||
"target": "es2021",
|
||||
"module": "esnext",
|
||||
"useDefineForClassFields": true,
|
||||
"resolveJsonModule": true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user