add eqlair project

This commit is contained in:
Tykayn 2025-10-01 17:29:17 +02:00 committed by tykayn
parent 55489a049a
commit 51b48fb3ba
35 changed files with 10791 additions and 0 deletions

14
eqlair/tsconfig.spec.json Normal file
View file

@ -0,0 +1,14 @@
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */
/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "./out-tsc/spec",
"types": [
"jasmine"
]
},
"include": [
"src/**/*.ts"
]
}