First commit

This commit is contained in:
Lorenzo Iovino 2023-12-27 18:52:40 +01:00
parent 555ec4dc18
commit a42c00d862
26 changed files with 9785 additions and 2 deletions

14
tsconfig.spec.json Normal file
View file

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