mirror of
https://github.com/badlogic/pi-mono.git
synced 2026-08-17 04:33:45 +00:00
17 lines
560 B
JSON
17 lines
560 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": ["node", "vitest"],
|
|
"paths": {
|
|
"@earendil-works/pi-agent-core": ["../agent/src/index.ts"],
|
|
"@earendil-works/pi-ai": ["../ai/src/index.ts"],
|
|
"@earendil-works/pi-ai/*": ["../ai/src/*.ts", "../ai/src/providers/*.ts"],
|
|
"@earendil-works/pi-protocol": ["../protocol/src/index.ts"],
|
|
"@earendil-works/pi-telemetry": ["../telemetry/src/index.ts"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"]
|
|
}
|