/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v22.0.8
adev/shared-docs/tsconfig.json
24 строки
552 B
Matthieu Riegler
docs(docs-infra): enable strict templates
24 окт 2025, 16:23
24 окт 2025, 16:23
57af0d7
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", "strict": true, "declaration": true, "sourceMap": true, "lib": ["ES2022", "dom"], "jsx": "react", "jsxFactory": "h", "jsxFragmentFactory": "Fragment", "types": ["node"], "paths": { "@angular/*": ["../../packages/*/index"] } }, "angularCompilerOptions": { "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true } }