/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/tsconfig.base.json
29 строк
868 B
Josh Hunt
Build: Upgrade TypeScript to 6.0 (#118528)
15 апр 2026, 18:37
Не верифицирован
15 апр 2026, 18:37
069d45b
Код
Авторство
О чём код?
// Base config file for all Typescript prjects in the Grafana monorepo { "compilerOptions": { "alwaysStrict": true, "strict": true, "allowSyntheticDefaultImports": true, "customConditions": ["@grafana-app/source"], "ignoreDeprecations": "6.0", "noUncheckedSideEffectImports": false, "types": ["jest", "jquery", "mdx", "node", "systemjs"], "esModuleInterop": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, "importHelpers": true, "jsx": "react", "lib": ["dom", "dom.iterable", "es2022"], "module": "esnext", "moduleResolution": "node", "noEmitHelpers": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "pretty": true, "skipLibCheck": true, "sourceMap": true, "target": "es2018" } }