Files
suwayomi-material-you-webui/tsconfig.node.json
2023-10-27 20:19:04 +02:00

14 lines
243 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts",
"gql_codegen.ts"
]
}