2025-02-19 13:47:20 -05:00
|
|
|
{
|
|
|
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"declarationMap": false,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2025-07-15 15:08:00 -04:00
|
|
|
"isolatedModules": true,
|
2025-02-19 13:47:20 -05:00
|
|
|
"lib": ["ES2022"],
|
|
|
|
|
"module": "NodeNext",
|
|
|
|
|
"moduleResolution": "NodeNext",
|
|
|
|
|
"newLine": "lf",
|
|
|
|
|
"noImplicitAny": true,
|
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
|
"noUnusedParameters": false,
|
|
|
|
|
"pretty": true,
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"strictNullChecks": true,
|
|
|
|
|
"target": "ES2022"
|
|
|
|
|
}
|
|
|
|
|
}
|