{ "extends": "../../../../../tsconfig.json", "compilerOptions": { "composite": true, "target": "ESNext", "module": "ESNext", "resolveJsonModule": true, "moduleResolution": "Bundler", "allowSyntheticDefaultImports": true, "noEmit": false, "outDir": "../lib", "allowJs": true }, "references": [ { "path": "../../../../common/env" }, { "path": "../../../core" }, { "path": "../../../component" }, { "path": "../../../../common/infra" } ], "include": ["."], "exclude": ["dist"] }