/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/tsconfig.json
31 строка
841 B
Matthieu Riegler
docs(docs-infra): cleanup tsconfig (#63641)
11 сен 2025, 01:13
11 сен 2025, 01:13
f2d136f
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "sourceMap": true, "declaration": false, "moduleResolution": "bundler", "preserveSymlinks": true, "importHelpers": true, "target": "ES2022", "module": "ES2022", "lib": ["ES2022", "dom"], "types": ["node", "dom-navigation"], "skipLibCheck": true, "paths": { "@angular/docs": ["./shared-docs"], "@angular/*": ["../packages/*/index"] } }, "angularCompilerOptions": { "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true } }