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

16 lines
302 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"paths": {
"@/*": ["./src/*"],
"~/*": ["./*"]
}
},
"include": ["vite.config.ts"]
}