Files
video-flow/web/tsconfig.node.json
2026-01-09 14:09:16 +08:00

25 lines
227 B
JSON

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