target es2018

This commit is contained in:
bytedream 2024-10-19 15:46:13 +02:00
parent 414247a891
commit 0d5e68689c

View File

@ -11,7 +11,7 @@
"strict": true, "strict": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"target": "es2017" "target": "es2018"
} }
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias // Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
// //