1 Star 0 Fork 85

river4dragon / Luckyexcel

forked from mengshukeji / Luckyexcel 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
mengshukeji 提交于 2020-11-17 14:56 . build esm/umd/cjs module
{
"files": [
"src/main.umd.ts",
"src/main.esm.ts"
],
"compilerOptions": {
"noImplicitAny": true,
"target": "ES5",
"outDir": "output/",
"esModuleInterop": true,
"module": "commonjs"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
JavaScript
1
https://gitee.com/river4dragon/Luckyexcel.git
git@gitee.com:river4dragon/Luckyexcel.git
river4dragon
Luckyexcel
Luckyexcel
master

搜索帮助