Rename custom-feeds to feeds

This commit is contained in:
Jon Staab
2024-04-12 14:29:26 -07:00
parent e5519b633d
commit 2e54f9040d
9 changed files with 587 additions and 887 deletions
+7
View File
@@ -0,0 +1,7 @@
{
"targets": [
{"extname": ".cjs", "module": "commonjs"},
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]
}