/
githubmirror
/
grafana
Обзор
Документация
Войти
/
githubmirror
/
grafana
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/cli/tsconfig.json
17 строк
379 B
Laura Fernández
Analytics Framework: Create script to generate `source of truth` (#122256)
29 апр 2026, 21:34
Не верифицирован
29 апр 2026, 21:34
ba0ad22
Код
Авторство
О чём код?
{ "compilerOptions": { "moduleResolution": "nodenext", "module": "NodeNext", "allowImportingTsExtensions": true, "noEmit": true }, "extends": "../../tsconfig.json", "ts-node": { "transpileOnly": true, "swc": true, "compilerOptions": { "module": "commonjs" } }, "include": ["./**/*.ts", "./**/*.mts", "./**/*.js", "./**/*.mjs"] }