1 Star 0 Fork 90

Insect/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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/insect001/Luckyexcel.git
[email protected]:insect001/Luckyexcel.git
insect001
Luckyexcel
Luckyexcel
master

搜索帮助