fix: performance

This commit is contained in:
2026-04-18 00:12:54 +02:00
parent eef9c65840
commit 4cb3998a00
7 changed files with 755 additions and 76 deletions
+2 -4
View File
@@ -1,10 +1,8 @@
/* 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"]
"outDir": "./dist/out-tsc/spec",
"types": ["jasmine", "node"]
},
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
}