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

11 lines
277 B
JSON
Raw Normal View History

2023-08-14 21:43:06 +02:00
{
2026-03-10 22:28:19 +01:00
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "gql_codegen.ts", "lingui.config.ts"]
2023-08-14 21:43:06 +02:00
}