{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "../../shared/tsconfig.lib.jsonc", "compilerOptions": { "outDir": "../temp/built/test-d/", "rootDir": "." }, "references": [ { "path": "../src/tsconfig.json" } ], "include": [ "**/*" ] }