electron-vite-vue/tsconfig.node.json

11 lines
243 B
JSON
Raw Normal View History

2022-06-13 22:10:18 +08:00
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
2022-06-25 10:46:13 +08:00
"moduleResolution": "Node",
"resolveJsonModule": true,
2022-09-14 08:22:17 +08:00
"allowSyntheticDefaultImports": true
2022-08-29 07:43:02 +08:00
},
2022-12-22 01:58:54 +08:00
"include": ["vite.config.ts", "package.json", "electron"]
2022-06-13 22:10:18 +08:00
}