Files
suwayomi-material-you-webui/tsconfig.node.json
T

14 lines
243 B
JSON
Raw Normal View History

2023-08-14 21:43:06 +02:00
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts",
"vite.config.ts"
]
}