feat(blog-frontend): 添加 axios 和 swagger 生成的 api

This commit is contained in:
2023-03-05 01:16:26 +08:00
parent 96bae10726
commit 3023679501
25 changed files with 1425 additions and 102 deletions

View File

@@ -0,0 +1,21 @@
{
"compilerOptions": {
"declaration": true,
"target": "es5",
"module": "commonjs",
"noImplicitAny": true,
"outDir": "dist",
"rootDir": ".",
"lib": [
"es6",
"dom"
],
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"dist",
"node_modules"
]
}