mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
11 lines
232 B
JSON
11 lines
232 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "esnext",
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"types": ["vite/client"]
|
||
|
},
|
||
|
"exclude": ["**/node_modules/**", "**/dist/**"]
|
||
|
}
|