electron-jue-jin/tsconfig.node.json

12 lines
246 B
JSON
Raw Permalink Normal View History

2024-04-05 15:06:50 +00:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true
},
"include": ["vite.config.ts", "plugins/*"]
}