Files
nl-um-vue-ts/tsconfig.node.json

13 lines
257 B
JSON
Raw Permalink Normal View History

2025-12-03 12:56:57 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
2026-08-24 15:24:00 +08:00
"allowSyntheticDefaultImports": true,
"types": ["node"]
2025-12-03 12:56:57 +08:00
},
2026-08-24 15:24:00 +08:00
"include": ["vite.config.ts", "electron/**/*.ts"]
2025-12-03 12:56:57 +08:00
}