[👕] Update tsconfig to better work with vite
This commit is contained in:
parent
36b3f616fc
commit
6b0f6e527d
1 changed files with 5 additions and 2 deletions
|
|
@ -9,11 +9,14 @@
|
|||
"jsx": "react",
|
||||
"jsxFactory": "h",
|
||||
"allowJs": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"esModuleInterop": true,
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"strictNullChecks": true
|
||||
"strictNullChecks": true,
|
||||
"skipLibCheck": true,
|
||||
"isolatedModules": true,
|
||||
"types": ["vite/client", "node"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue