12 Star 145 Fork 27

hubzy / sketch-meaxure

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
hubzy 提交于 2022-02-12 20:55 .
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": false,
"sourceMap": true,
"rootDir": "src",
"noEmitOnError": true,
"lib": [
"es6"
],
"typeRoots": [
"node_modules/@types",
"src/@custom_types"
]
},
"exclude": [
"node_modules",
"src/@custom_types",
"ui",
]
}
JavaScript
1
https://gitee.com/hubzyy/sketch-meaxure.git
git@gitee.com:hubzyy/sketch-meaxure.git
hubzyy
sketch-meaxure
sketch-meaxure
master

搜索帮助