tachiyomi-website/website/tsconfig.node.json
arkon e0da86ca0c Update eslint setup and fix some errors
Still has a bunch of errors that can't be auto-fixed though.
2023-11-11 10:18:20 -05:00

11 lines
229 B
JSON

{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node",
"types": ["vite/client"],
"allowSyntheticDefaultImports": true
},
"exclude": ["**/node_modules/**", "dist/**"]
}