1 Star 0 Fork 31

zhengkai/vue-request

forked from attojs/vue-request 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
John 提交于 2022-03-25 12:28 +08:00 . build: optimize rollup config
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"strict": true,
"jsx": "preserve",
"moduleResolution": "node",
"noErrorTruncation": true,
"esModuleInterop": true,
"useUnknownInCatchVariables": false,
"suppressImplicitAnyIndexErrors": true,
"sourceMap": true,
"baseUrl": "./",
"types": ["jest", "node"],
"paths": {
"vue-request": ["src/index.ts"]
}
},
"include": ["src", "examples", "**/__tests__/**/*"],
"exclude": ["node_modules", "dist", "patches"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/kai-zheng/vue-request.git
git@gitee.com:kai-zheng/vue-request.git
kai-zheng
vue-request
vue-request
master

搜索帮助