agrege el front

This commit is contained in:
matias mella
2021-07-12 23:39:39 -04:00
parent ef48a97520
commit 226811d0e7
33 changed files with 12893 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
/* To learn more about this file see: https://angular.io/config/tsconfig. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
},
"files": [
"src/test.ts",
"src/polyfills.ts"
],
"include": [
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}