easysql/tsconfig.node.json
2025-12-29 18:35:04 +08:00

12 lines
226 B
JSON

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