Files
ente/infra/staff/tsconfig.node.json
Manav Rathi 78b82e774d tsconfig
2024-06-03 15:05:58 +05:30

16 lines
416 B
JSON

{
/* TSConfig file used for typechecking vite's config file itself.
*
* These are vite defaults, generated using `yarn create vite`.
*/
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts"]
}