{ "$schema": "http://json.schemastore.org/tsconfig", "extends": "../../tsconfig.base.json", "include": ["src"], "references": [ { "path": "../effect" }, { "path": "../platform-node-shared" } ], "compilerOptions": { "types": ["node"] } }