Files
short-video-factory/tsconfig.node.json

16 lines
302 B
JSON
Raw Normal View History

2025-07-10 17:43:46 +08:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"paths": {
"@/*": ["./src/*"],
"~/*": ["./*"]
2025-07-10 17:43:46 +08:00
}
},
"include": ["vite.config.ts"]
}