Enable verbatimModuleSyntax

This commit is contained in:
Adria Navarro 2025-03-10 11:33:44 +01:00
parent d25baac4a6
commit 035bb54cb3
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"verbatimModuleSyntax": true,
"allowJs": true,
"strict": true,
"outDir": "dist",