rqbit/crates/librqbit/webui/tsconfig.json

17 lines
287 B
JSON
Raw Normal View History

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