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