mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-08-16 12:13:44 +00:00
Split harness shutdown initiation from settlement so callbacks can request shutdown without deadlocking active work.
12 lines
293 B
JSON
12 lines
293 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"paths": {
|
|
"@earendil-works/pi-protocol": ["../protocol/dist/index.d.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist", "**/*.d.ts", "src/**/*.d.ts"]
|
|
}
|