2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-05 23:08:30 +01:00
tachiyomi-website/website/tsconfig.node.json
2023-09-10 21:36:00 +02:00

11 lines
229 B
JSON

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