Fix: fix javascript heap out of memory error from vite

This commit is contained in:
Daniel D Orlando 2023-04-07 07:27:05 -07:00
parent 34c3663308
commit 6e42d4fa3d
2 changed files with 37 additions and 3 deletions

View file

@ -8,7 +8,7 @@
"ESNext"
],
"allowJs": true,
"skipLibCheck": true,
"skipLibCheck": false,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,