1 Star 0 Fork 1

mendix-cn/CompactTree

forked from engalar/CompactTree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.spec.json 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
engalar 提交于 2021-12-28 10:23 . Initial commit
{
"extends": "./node_modules/@mendix/pluggable-widgets-tools/configs/tsconfig.base.json",
"baseUrl": "./",
"include": ["./src/components/__tests__", "./typings"],
"compilerOptions": {
"types": ["jest", "mendix-client"],
"noImplicitAny": false,
"sourceMap": false,
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"target": "es5",
"allowJs": true,
"moduleResolution": "node"
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mendix-cn/CompactTree.git
[email protected]:mendix-cn/CompactTree.git
mendix-cn
CompactTree
CompactTree
master

搜索帮助