Add feed loader

This commit is contained in:
Jon Staab
2024-04-12 14:27:55 -07:00
parent 9530ab4cf4
commit e5519b633d
6 changed files with 479 additions and 214 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"targets": [
{"extname": ".cjs", "module": "commonjs"},
{"extname": ".mjs", "module": "esnext", "moduleResolution": "node"}
],
"projects": ["tsconfig.json"]