2 Star 4 Fork 4

秦诺 / TUI-2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 344 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es5",
"noImplicitAny": false,
"declaration": true,
"removeComments": true,
"outFile": "dist/tui2.js",
"sourceMap": true,
"noEmitOnError": true
},
"include": [
"src/**/*.ts"
],
"exclude": [
"depends",
"dist",
"doc",
"extentions",
"less",
"node_modules",
"lang",
"test"
]
}
TypeScript
1
https://gitee.com/thor.qin/TUI-2.git
git@gitee.com:thor.qin/TUI-2.git
thor.qin
TUI-2
TUI-2
master

搜索帮助