28 Star 75 Fork 15

Zaaksam / goman

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 525 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zaaksam 提交于 2021-05-05 13:49 . refactor: 调整目录结构
{
"compilerOptions": {
"target": "es5",
"lib": [
"dom",
"es5",
"es2015.promise"
],
"module": "es2015",
"moduleResolution": "node",
"experimentalDecorators": true,
"removeComments": true,
"suppressImplicitAnyIndexErrors": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"strict": true
},
"include": [
"web/types/*",
"web/ts/**/*",
"web/vue/**/*"
]
}
Go
1
https://gitee.com/zaaksam/goman.git
git@gitee.com:zaaksam/goman.git
zaaksam
goman
goman
master

搜索帮助