mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-02 07:34:25 +02:00
fix(composer): set target to es2023
This commit is contained in:
parent
4d8eefbc83
commit
9e19de094e
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"outDir": "build/typescript",
|
"outDir": "build/typescript",
|
||||||
"target": "ES6",
|
"target": "ES2023",
|
||||||
"typeRoots": ["types/*"]
|
"typeRoots": ["types/*"]
|
||||||
},
|
},
|
||||||
"include": ["./src/main/ts/**/*", "./types/**/*"]
|
"include": ["./src/main/ts/**/*", "./types/**/*"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user