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
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "../../node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build",
"esModuleInterop": true,
"skipLibCheck": true,
"lib": ["esnext", "dom", "dom.iterable"]
},
"include": ["**/*.ts"]
}