{ "compilerOptions": { "allowSyntheticDefaultImports": true, "declaration": true, "emitDecoratorMetadata": true, "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "incremental": true, "isolatedModules": true, "module": "nodenext", "moduleResolution": "nodenext", "noFallthroughCasesInSwitch": false, "noImplicitAny": false, "outDir": "./dist", "removeComments": true, "resolvePackageJsonExports": true, "skipLibCheck": true, "sourceMap": true, "strictBindCallApply": false, "strictNullChecks": true, "target": "ES2023" } }