当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
30 Star 189 Fork 41

gyy / vue-mapvgl
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 552 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"allowJs": true,
"strict": true,
"module": "ES6",
"target": "ES2018",
"noImplicitAny": false,
"declaration": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ES2018", "DOM"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": [
"src",
"amap.d.ts",
"shims-vue.d.ts"
],
"exclude": ["node_modules", "**/__test?__", "**/dist"]
}
1
https://gitee.com/guyangyang/vue-mapvgl.git
git@gitee.com:guyangyang/vue-mapvgl.git
guyangyang
vue-mapvgl
vue-mapvgl
dev

搜索帮助