fix(composer): set target to es2023

This commit is contained in:
rhunk 2024-08-23 16:04:42 +02:00
parent 4d8eefbc83
commit 9e19de094e

View File

@ -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/**/*"]