/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.12
docs/tsconfig.json
39 строк
1 KB
Kristiyan Kostadinov
build: remove deprecated compiler option (#32692)
02 фев 2026, 08:11
Не верифицирован
02 фев 2026, 08:11
bfd792f
Код
Авторство
О чём код?
{ "compileOnSave": false, "compilerOptions": { "outDir": "../dist/out-tsc", "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "module": "es2022", "moduleResolution": "bundler", "importHelpers": true, "target": "ES2022", "typeRoots": ["node_modules/@types"], "lib": ["es2018", "dom"], "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noFallthroughCasesInSwitch": true, "strictNullChecks": true, "skipLibCheck": true, "strictBindCallApply": true, "strictFunctionTypes": true, "strictPropertyInitialization": true, "useDefineForClassFields": false }, "exclude": ["src/assets", "dist", "bazel-*"], "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "strictInputAccessModifiers": true, "strictTemplates": true, "strictInputTypes": true, "strictOutputEventTypes": true, "strictDomEventTypes": true, "typeCheckHostBindings": true } }