angular/integration/animations/e2e/tsconfig.json
Jessica Janiuk e923d88398 fix(core): Prevent removal of elements during drag and drop
This addresses a reported issue where elements were being fully removed from the DOM during drag and drop operations.

fixes: #67257
(cherry picked from commit 0b59cba85d)
2026-03-02 16:46:13 +00:00

11 lines
303 B
JSON

/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2022",
"types": ["jasmine", "node"]
}
}