mirror of
https://github.com/anomalyco/opencode.git
synced 2026-09-04 01:04:31 +00:00
Replace exposed layer graph assembly with opaque declarations, checked substitutions, and lifetime-aware compilation. Preserve deep replacement, ordered startup, and Effect-owned resource lifetimes; migrate callers and verify source and published package contracts.
10 lines
313 B
JSON
10 lines
313 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@opencode-ai/util/effect/layer-node": ["./dist/effect/layer-node.d.ts"],
|
|
"@opencode-ai/util/effect/app-node": ["./dist/effect/app-node.d.ts"]
|
|
}
|
|
},
|
|
"include": ["../core/test/effect/layer-node/layer-node-types.test.ts"]
|
|
}
|