Skip to content

Commit c3fa5cc

Browse files
committed
feat: enable strict mode in TypeScript config
1 parent e82bc9d commit c3fa5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"outDir": "./build/",
1212
"types": ["vitest/globals", "vite/client"],
1313

14-
"strict": false,
14+
"strict": true,
1515
"esModuleInterop": true,
1616
"moduleResolution": "Node",
1717
"ignoreDeprecations": "6.0",

0 commit comments

Comments
 (0)