3 Star 3 Fork 1

ChenX / node-wps

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
ChenX 提交于 2018-05-02 22:01 . 初始化提交,实现合并单元格
{
"compilerOptions": {
"sourceMap": true,
"outDir": "./bin",
"allowJs": true,
"target": "esnext",
"lib": [
"es7",
"dom"
],
"types": [
"node"
],
"module": "commonjs",
"experimentalDecorators": true
},
"include": [
"./src/**/*"
]
}
TypeScript
1
https://gitee.com/BearCAD/node-wps.git
git@gitee.com:BearCAD/node-wps.git
BearCAD
node-wps
node-wps
master

搜索帮助