Commit 81814b610fa7
Changed files (2)
dots
pi
agent
extensions
github
guardrails
dots/pi/agent/extensions/github/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "compilerOptions": {
+ "target": "ESNext",
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "esModuleInterop": true,
+ "strict": true,
+ "skipLibCheck": true,
+ "noEmit": true,
+ "types": ["bun-types"]
+ },
+ "include": ["*.ts", "actions/*.ts"]
+}
dots/pi/agent/extensions/guardrails/tsconfig.json
@@ -0,0 +1,13 @@
+{
+ "compilerOptions": {
+ "target": "ESNext",
+ "module": "ESNext",
+ "moduleResolution": "bundler",
+ "esModuleInterop": true,
+ "strict": true,
+ "skipLibCheck": true,
+ "noEmit": true,
+ "types": ["bun-types"]
+ },
+ "include": ["*.ts"]
+}