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)
8 lines
180 B
JSON
8 lines
180 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "./out-tsc/spec",
|
|
"types": ["jasmine", "node"]
|
|
},
|
|
"include": ["src/**/*.spec.ts", "src/**/*.d.ts"]
|
|
}
|