2025-01-21 12:01:43 +01:00
|
|
|
{
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowSyntheticDefaultImports": true,
|
2025-01-21 13:03:20 +01:00
|
|
|
"declaration": false,
|
2025-01-21 12:01:43 +01:00
|
|
|
"declarationMap": false,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"lib": ["ES2022"],
|
|
|
|
"module": "NodeNext",
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
"newLine": "lf",
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
"pretty": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"target": "ES2022"
|
|
|
|
}
|
|
|
|
}
|