Files
MyTube/frontend/tsconfig.node.json
2025-11-22 11:16:15 -05:00

12 lines
252 B
JSON

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