1 Star 0 Fork 30

老牛/Blog.Vue

forked from 老张的哲学/Blog.Vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 904 Bytes
一键复制 编辑 原始数据 按行查看 历史
MandIand 提交于 2019-12-26 16:39 . Project changed to ts version
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": false,
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"types": [
"webpack-env"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"es5",
"es6",
"es7",
"es2015.promise",
"dom.iterable",
"scripthost"
],
"typeRoots": [
"./types",
"./node_modules/vue/types"
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx", "src/api/http.ts", "src/Auth/applicationusermanager.js", "src/Auth/UserAuth.js"
],
"exclude": [
"node_modules"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/newcunli/Blog.Vue.git
git@gitee.com:newcunli/Blog.Vue.git
newcunli
Blog.Vue
Blog.Vue
master

搜索帮助