3 Star 4 Fork 0

Gitee 极速下载/OpenSearch-Dashboards

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/opensearch-project/OpenSearch-Dashboards
克隆/下载
tsconfig.json 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
Mihir Soni 提交于 2021-03-13 09:28 +08:00 . [Rename] Refactored root directory files (#145)
{
"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" }
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/OpenSearch-Dashboards.git
git@gitee.com:mirrors/OpenSearch-Dashboards.git
mirrors
OpenSearch-Dashboards
OpenSearch-Dashboards
main

搜索帮助

371d5123 14472233 46e8bd33 14472233