1 Star 0 Fork 0

符俊涛 / ts-axios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
符俊涛 提交于 2021-06-06 12:28 . feat(all the file): init project
{
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"module":"es2015",
"lib": ["es2015", "es2016", "es2017", "dom"],
"strict": true,
"sourceMap": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"declarationDir": "dist/types",
"outDir": "dist/lib",
"typeRoots": [
"node_modules/@types"
]
},
"include": [
"src"
]
}
TypeScript
1
https://gitee.com/Vuefjt/ts-axios.git
git@gitee.com:Vuefjt/ts-axios.git
Vuefjt
ts-axios
ts-axios
master

搜索帮助