fix(tsconfig): verbatim module syntax

This commit is contained in:
Mona Mayrhofer 2025-04-18 20:22:56 +02:00
parent 951ccecd14
commit bf32423169
No known key found for this signature in database
GPG key ID: 5C83114FA383C6A0

View file

@ -28,6 +28,7 @@
"noUnusedParameters": false,
"checkJs": true,
"verbatimModuleSyntax": true,
"forceConsistentCasingInFileNames": true
}