tachiyomi-website/website/tsconfig.node.json

11 lines
229 B
JSON
Raw Permalink Normal View History

2023-07-26 00:22:22 +02:00
{
"compilerOptions": {
"composite": true,
"module": "esnext",
"moduleResolution": "node",
"types": ["vite/client"],
"allowSyntheticDefaultImports": true
2023-07-26 00:22:22 +02:00
},
2023-09-10 21:36:00 +02:00
"exclude": ["**/node_modules/**", "dist/**"]
2023-07-26 00:22:22 +02:00
}