Files
FlashSaleSystem/community-fresh-group-buy-frontend/tsconfig.node.json
2026-05-06 23:30:54 +08:00

12 lines
220 B
JSON

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