2 Star 0 Fork 0

mirrors_qiniu/formstate-x

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 518 Bytes
一键复制 编辑 原始数据 按行查看 历史
nighca 提交于 2021-11-28 14:22 . ProxyState (#56)
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"noImplicitAny": true,
"declaration": true,
"sourceMap": true,
"esModuleInterop": true,
"moduleResolution": "node",
"strict": true,
"noImplicitOverride": true,
"experimentalDecorators": true,
"useDefineForClassFields": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"outDir": "./lib",
"lib": ["es2015"]
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_qiniu/formstate-x.git
git@gitee.com:mirrors_qiniu/formstate-x.git
mirrors_qiniu
formstate-x
formstate-x
master

搜索帮助