Set ts compiler to strict, refactored a bit
This commit is contained in:
@ -9,6 +9,7 @@
|
||||
"jsxImportSource": "solid-js",
|
||||
"types": ["vite/client"],
|
||||
"noEmit": true,
|
||||
"isolatedModules": true
|
||||
"isolatedModules": true,
|
||||
"strict": true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user