Initial commit: pygenium as git submodule

This commit is contained in:
2026-08-07 14:54:45 -04:00
commit 581436ed23
61 changed files with 9331 additions and 0 deletions

12
tsconfig.json Normal file
View File

@@ -0,0 +1,12 @@
{
"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"]
}