mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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)
11 lines
303 B
JSON
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"]
|
|
}
|
|
}
|