1 Star 0 Fork 26

andyhome / yn

forked from 洋子 / yn 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 256 Bytes
一键复制 编辑 原始数据 按行查看 历史
洋子 提交于 2019-08-14 20:12 . 更改目录结构
{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"noImplicitAny": true,
"outDir": "./dist",
"sourceMap": true
},
"typeRoots": [
"node_modules/@types",
"global.d.ts"
],
"include": [
"src/**/*"
]
}
JavaScript
1
https://gitee.com/itest/yn.git
git@gitee.com:itest/yn.git
itest
yn
yn
master

搜索帮助