15 Star 84 Fork 21

liang / docker-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 464 Bytes
一键复制 编辑 原始数据 按行查看 历史
liang 提交于 2020-04-19 13:02 . refactor with Inversify
{
"compilerOptions": {
"incremental": true,
"target": "es6",
"lib": ["es6"],
"module": "commonjs",
"allowJs": true,
"outDir": "./dist",
"rootDir": "src",
"removeComments": true,
"strict": false,
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"forceConsistentCasingInFileNames": true
},
"exclude": [
"node_modules",
"dist"
],
"include": [
"src"
]
}
JavaScript
1
https://gitee.com/liangw/docker-dashboard.git
git@gitee.com:liangw/docker-dashboard.git
liangw
docker-dashboard
docker-dashboard
master

搜索帮助