{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../../../tsconfig.base.json", "include": ["fixtures"], "compilerOptions": { "rootDir": "fixtures", "noEmit": true }, "references": [ { "path": "../../effect" }, { "path": "../../platform-node" } ] }