mono/packages/media/web-ui/tsconfig.node.json
2025-08-12 09:11:29 +02:00

11 lines
223 B
JSON

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