semi-failed packaging of actual budget prometheus exporter

This commit is contained in:
Noah Masur
2025-04-23 19:20:45 +00:00
parent 562295edb1
commit 11e0992d99
4 changed files with 134 additions and 4 deletions

View File

@ -0,0 +1,12 @@
diff --git a/tsconfig.json b/tsconfig.json
index 5106135..3a340f6 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -8,5 +8,6 @@
"skipLibCheck": true,
"lib": ["es2020"],
"outDir": "./dist"
- }
+ },
+ "include": ["src/**/*", "app.ts"]
}