{ "extends": "../../config/tsconfig.base.json", "compilerOptions": { "noEmit": true, "lib": ["dom", "dom.iterable", "esnext"], "types": ["@types/jest"] }, "references": [ { "path": "../shared/tsconfig.build.json" } ], "include": [ "src/**/*.ts", "types/**/*.d.ts", ".eslintrc.cjs", "esbuild.config.js", "jest.config.js" ] }