ente/web/packages/build-config/tsconfig-vite.node.json
2024-04-04 11:10:34 +05:30

16 lines
415 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"]
}