This commit is contained in:
Dylan Pizzo
2025-02-25 20:13:55 -08:00
parent bd1ef4a08c
commit 5fb6acbb41
8 changed files with 14 additions and 59 deletions

View File

@@ -5,12 +5,10 @@
"lib": ["esnext"],
"moduleResolution": "bundler",
"jsx": "react-jsx",
"allowImportingTsExtensions": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"declaration": true,
"emitDeclarationOnly": true,
"outDir": "./dist"
},
"include": ["src"],