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
|
|
|
}
|