Files
stream.ui/tsconfig.json
2025-12-31 01:09:34 +07:00

15 lines
284 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"skipLibCheck": true,
"lib": [
"ESNext", "DOM"
],
"types": ["vite/client"],
"jsx": "preserve",
"jsxImportSource": "vue"
},
}