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