FE patchdb, mocks, and most endpoints

This commit is contained in:
Matt Hill
2025-10-25 13:21:22 -06:00
parent 82a3a435f5
commit 33b5f189e2
31 changed files with 5658 additions and 5912 deletions

View File

@@ -0,0 +1,9 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./"
},
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"]
}