1 Star 0 Fork 0

Vue.js/vuex-router-sync

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 787 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kia Ishii 提交于 2020-04-25 22:14 +08:00 . build: update the whole build system
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": true,
"importHelpers": true,
"moduleResolution": "node",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"rootDir": ".",
"outDir": "dist",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"removeComments": false,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true,
"lib": [
"esnext",
"dom"
],
"paths": {
"@/*": ["src/*"],
"test/*": ["test/*"]
},
"types": [
"node",
"jest"
]
},
"include": [
"src",
"test"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vuejs/vuex-router-sync.git
git@gitee.com:vuejs/vuex-router-sync.git
vuejs
vuex-router-sync
vuex-router-sync
master

搜索帮助