fix initailization order

This commit is contained in:
Danny Morabito 2025-07-09 12:54:15 +02:00
parent 50ccef4dc4
commit 0aec49b25b
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
2 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,7 @@
"target": "ESNext",
"module": "Preserve",
"moduleDetection": "force",
"allowJs": true,
"allowJs": false,
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"verbatimModuleSyntax": true,