This commit is contained in:
Nathan Bierema 2025-10-14 08:55:54 -04:00
parent c24e042fe6
commit cc88f26977
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,6 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"esModuleInterop": true, "esModuleInterop": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"types": [], "types": []
"isolatedModules": true
} }
} }

View File

@ -7,6 +7,7 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"esModuleInterop": true, "esModuleInterop": true,
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"types": [] "types": [],
"isolatedModules": true
} }
} }