{ "extends": "../../../tsconfig.web.json", "include": ["./src", "./src/config.json"], "compilerOptions": { "resolveJsonModule": true, "rootDir": "./src", "outDir": "./dist", "tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo" }, "references": [ { "path": "../component" }, { "path": "../core" }, { "path": "../../common/error" }, { "path": "../../common/graphql" }, { "path": "../routes" }, { "path": "../../common/infra" } ] }