Taobin-Recipe-Manager/client-electron/tsconfig.node.json

13 lines
No EOL
255 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.electron.ts",
"vite.config.web.ts"
]
}