rqbit/crates/librqbit/webui/tsconfig.json

15 lines
301 B
JSON
Raw Normal View History

2023-11-20 20:15:40 +00:00
{
2024-01-03 14:41:32 +00:00
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"allowJs": true,
"checkJs": true,
"jsx": "react-jsx",
"skipLibCheck": true,
"strict": true
},
"include": ["node_modules/vite/client.d.ts", "**/*"]
}