plugin: lvmh-agent extension — mirror, replay, steer prompts; smoke 25/25, e2e 13/13 vs real pi
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2022",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "bundler",
|
||||
"lib": ["es2023"],
|
||||
"types": ["node"],
|
||||
"typeRoots": [
|
||||
"/home/raph/.node/lib/node_modules/@earendil-works/pi-coding-agent/node_modules/@types"
|
||||
],
|
||||
"allowImportingTsExtensions": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"@earendil-works/pi-coding-agent": [
|
||||
"/home/raph/.node/lib/node_modules/@earendil-works/pi-coding-agent/dist/index.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"include": ["lvmh-agent.ts", "smoke.ts", "mini-daemon.ts", "e2e.ts", "pi-types.d.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user