Files
sionrui/frontend/app/web-gold/tsconfig.node.json

12 lines
214 B
JSON
Raw Normal View History

2025-11-10 00:59:40 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
2026-01-18 21:41:44 +08:00
"include": ["vite.config.ts"]
2025-11-10 00:59:40 +08:00
}