tachiyomi-website/website/tsconfig.node.json
Soitora ca560632b8
Attempt to move website to git subdirectory
Better readability as there's a bunch of files that are not related to each other in the root directory
2023-07-26 01:12:38 +02:00

11 lines
232 B
JSON

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