syspell/tsconfig.node.json
2025-09-19 19:16:32 +00:00

12 lines
No EOL
249 B
JSON

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