1 Star 4 Fork 0

Vue.js / vuepress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 721 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es2018",
"declaration": true,
"esModuleInterop": true,
"pretty": true,
"moduleResolution": "node",
"lib": ["es2015", "es2016.array.include","DOM"],
"allowSyntheticDefaultImports": true,
"stripInternal": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"resolveJsonModule": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"alwaysStrict": true,
"module": "commonjs",
"outDir": "lib",
"typeRoots": [
"node_modules/@types"
]
},
"exclude": [
"node_modules",
"**/*.spec.ts"
]
}
1
https://gitee.com/vuejs/vuepress.git
git@gitee.com:vuejs/vuepress.git
vuejs
vuepress
vuepress
master

搜索帮助