1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/mirrors-OpenSearch-Dashboards

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
tsconfig.json 1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Mihir Soni Отправлено 13.03.2021 04:28 e4397b7
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"tsBuildInfoFile": "./build/tsbuildinfo/opensearch-dashboards"
},
"include": [
"opensearch_dashboards.d.ts",
"src/**/*",
"typings/**/*",
"test_utils/**/*"
],
"exclude": [
"src/**/__fixtures__/**/*",
"src/test_utils/**/*",
"src/core/**/*",
"src/plugins/opensearch_dashboards_utils/**/*",
"src/plugins/opensearch_dashboards_react/**/*"
// In the build we actually exclude **/public/**/* from this config so that
// we can run the TSC on both this and the .browser version of this config
// file, but if we did it during development IDEs would not be able to find
// the tsconfig.json file for public files correctly.
// "src/**/public/**/*"
],
"references": [
{ "path": "./src/test_utils/tsconfig.json" },
{ "path": "./src/core/tsconfig.json" },
{ "path": "./src/plugins/opensearch_dashboards_utils/tsconfig.json" },
{ "path": "./src/plugins/opensearch_dashboards_react/tsconfig.json" }
]
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/mirrors-OpenSearch-Dashboards.git
git@api.gitlife.ru:oschina-mirror/mirrors-OpenSearch-Dashboards.git
oschina-mirror
mirrors-OpenSearch-Dashboards
mirrors-OpenSearch-Dashboards
main