Initial commit

This commit is contained in:
Olu Amey
2023-01-14 15:31:46 -05:00
commit 9f2375cdf3
52 changed files with 11931 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/app",
"types": []
},
"files": [
"src/main.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.d.ts"
]
}