This commit is contained in:
wont-stream 2025-04-10 19:16:51 -04:00
parent 8135261352
commit c7f2f4aeae
6 changed files with 24 additions and 30 deletions

View file

@ -10,8 +10,6 @@
"react": ["./node_modules/preact/compat/"],
"react-dom": ["./node_modules/preact/compat/"]
},
/* Bundler mode */
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"isolatedModules": true,
@ -19,8 +17,7 @@
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
/* Linting */
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,