/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/animations/e2e/tsconfig.json
11 строк
303 B
Jessica Janiuk
fix(core): Prevent removal of elements during drag and drop
02 мар 2026, 19:46
02 мар 2026, 19:46
0b59cba
Код
Авторство
О чём код?
/* 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"] } }