rqbit/crates/librqbit/webui/tsconfig.json
2023-11-21 03:48:11 +00:00

17 lines
No EOL
291 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"noEmit": true,
"allowJs": true,
"checkJs": true,
/* Preact Config */
"jsx": "react-jsx",
"skipLibCheck": true,
},
"include": [
"node_modules/vite/client.d.ts",
"**/*"
]
}