chore: tune frontend lint and type target

This commit is contained in:
2026-06-21 02:04:09 +02:00
committed by Milas Holsting
parent fc56734a74
commit a91d0cd87b
2 changed files with 69 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "ES2020",
"target": "ES2023",
"module": "ES2022",
"lib": ["ES2023", "DOM", "DOM.Iterable"],
"moduleResolution": "Bundler",
"strict": true,
"noEmitOnError": true,