/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/dgeni/tsconfig.json
20 строк
539 B
Kristiyan Kostadinov
build: replace custom lint rule with compiler option (#27833)
24 сен 2023, 20:23
Не верифицирован
24 сен 2023, 20:23
f360257
Код
Авторство
О чём код?
{ "compilerOptions": { "noUnusedParameters": false, "noUnusedLocals": false, "lib": ["es2020", "dom"], "moduleResolution": "node", "esModuleInterop": true, "strictNullChecks": true, "noPropertyAccessFromIndexSignature": true, "useUnknownInCatchVariables": true, "noImplicitReturns": true, "strictFunctionTypes": true, "noImplicitThis": true, "noImplicitAny": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "target": "es2020", "types": ["node"] } }