13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2022"],
|
|
"types": ["node"],
|
|
"typeRoots": [
|
|
"/opt/homebrew/lib/node_modules/@earendil-works/pi-coding-agent/node_modules/@types"
|
|
]
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|