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

13 lines
255 B
JSON
Raw Normal View History

2024-01-11 15:40:18 +07:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.electron.ts",
"vite.config.web.ts"
]
}