Neues Angular-Projekt mit CLI v17 initialisiert. ngx-grid, Fabric und Hermes installiert.

This commit is contained in:
Developer 02
2024-06-13 09:43:29 +02:00
parent 155726a6b0
commit af27163b08
23 changed files with 13356 additions and 0 deletions

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"
]
}