2025-02-15 21:30:12 +00:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"isolatedModules": true,
|
|
|
|
|
"module": "esnext",
|
|
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"noEmit": false,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"incremental": false,
|
|
|
|
|
"declaration": true,
|
|
|
|
|
"exactOptionalPropertyTypes": true,
|
2025-08-25 17:42:56 +00:00
|
|
|
"target": "ES2022"
|
2025-02-15 21:30:12 +00:00
|
|
|
}
|
|
|
|
|
}
|