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