{ "compilerOptions": { "rootDir": "src", "outDir": "build", "alwaysStrict": true, "declaration": true, "esModuleInterop": true, "experimentalDecorators": true, "inlineSourceMap": true, "inlineSources": true, "lib": [ "es2019" ], "module": "commonjs", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": false, "noUnusedParameters": true, "resolveJsonModule": true, "strict": true, "strictNullChecks": true, "strictPropertyInitialization": true, "stripInternal": true, "target": "es2022", "forceConsistentCasingInFileNames": true, "allowUnreachableCode": false, "allowUnusedLabels": false, "pretty": true }, "include": [ "src/**/*.ts" ], "exclude": [], "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"." }