/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/core/schematics/tsconfig.json
24 строки
679 B
Paul Gschwendtner
build: migrate `packages/core/schematics` to `ts_project` (#61370)
16 май 2025, 14:02
16 май 2025, 14:02
b763059
Код
Авторство
О чём код?
{ "compilerOptions": { "strict": true, "noImplicitReturns": true, "noImplicitOverride": true, "noFallthroughCasesInSwitch": true, "noPropertyAccessFromIndexSignature": true, "esModuleInterop": true, "declaration": true, "sourceMap": true, // Schematics are bundled into CommonJS for shipping. "module": "ESNext", "moduleResolution": "bundler", "target": "es2022", "lib": ["es2019"], "types": ["node"], "paths": { "@angular/core": ["../"], "@angular/compiler": ["../../compiler"], "@angular/compiler-cli": ["../../compiler-cli"], "@angular/compiler-cli/*": ["../../compiler-cli/*"] } } }