This commit is contained in:
dylan 2024-03-25 00:37:30 -07:00
parent f30750328a
commit f7a5605074

View File

@ -5,6 +5,7 @@
"moduleResolution": "node", "moduleResolution": "node",
"jsx": "react-jsx", "jsx": "react-jsx",
"allowImportingTsExtensions": true, "allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true, "esModuleInterop": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"strict": true, "strict": true,