Files
lvmh/plugin/tsconfig.json

23 lines
639 B
JSON

{
"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"]
}