Troubleshooting vite and fonts

This commit is contained in:
Rishi Ghan
2026-04-14 12:02:47 -04:00
parent 733a453352
commit 91e99c50d9
17 changed files with 226 additions and 15 deletions

View File

@@ -6,12 +6,12 @@
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"module": "nodenext",
"moduleResolution": "nodenext",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,