My-website/tsconfig.node.json
2026-01-15 12:44:10 -07:00

10 lines
216 B
JSON
Executable file

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