feat: initial prototype

This commit is contained in:
2025-10-31 18:22:52 -07:00
parent d8a3738388
commit a9cd135c7a
25 changed files with 12483 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "@nhcarrigan/typescript-config",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"target": "es5",
"module": "ES2022",
"lib": ["ES2022", "dom"]
},
"angularCompilerOptions": {
"enableI18nLegacyMessageIdFormat": false,
"strictInjectionParameters": true,
"strictInputAccessModifiers": true,
"strictTemplates": true
}
}