Files
SnapGo/landing/tsconfig.node.json
T
2026-06-12 08:02:55 +08:00

11 lines
210 B
JSON

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