Update tsconfig.json for bun init

This commit is contained in:
Colin McDonnell
2023-09-12 23:53:23 -07:00
parent 75b5c71540
commit 473513db7e

View File

@@ -11,7 +11,7 @@
"strict": true,
"downlevelIteration": true,
"skipLibCheck": true,
"jsx": "preserve",
"jsx": "react-jsx",
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"allowJs": true,