rqbit/crates/librqbit/webui/tsconfig.json
2023-12-02 14:49:44 +00:00

17 lines
No EOL
287 B
JSON

{
"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",
"**/*"
]
}