changed ts compiler config

This commit is contained in:
Vomitblood 2024-08-10 19:13:05 +08:00
parent 79f7cbc759
commit 166b90444d
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,6 @@ export const Debug: FC<DebugProps> = ({ sx }) => {
>
reset settings
</button>
<button>update settings</button>
<button
onClick={() => {
console.log(settings);

View file

@ -16,6 +16,9 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
"noImplicitAny": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
},
"include": [
"next-env.d.ts",