1 Star 0 Fork 31

jackyhao/vue-request

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

搜索帮助