Revert "ui(angular): dependency security cleanup"

This reverts commit 2893d68383.
This commit is contained in:
Alexandr Stelnykovych
2025-09-04 15:33:49 +03:00
parent 2893d68383
commit 74f549e562
9 changed files with 2495 additions and 951 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/e2e",
"module": "commonjs",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
"node"
]
}
}