Files
cc-switch/tsconfig.node.json

16 lines
361 B
JSON
Raw Permalink Normal View History

2025-08-04 22:16:26 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
2025-08-04 22:16:26 +08:00
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"target": "ES2020",
"strict": true,
"types": ["node"]
},
"include": ["vite.config.mts", "vitest.config.ts"]
}