Add custom feeds

This commit is contained in:
Jon Staab
2024-04-10 18:04:17 -07:00
parent b0e40e8177
commit 4db63ca32a
9 changed files with 482 additions and 6 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"targets": [
{"extname": ".cjs", "module": "commonjs"},
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]
}