1 Star 0 Fork 80

geogerytony / vue-amap

forked from gyy / vue-amap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 593 Bytes
一键复制 编辑 原始数据 按行查看 历史
gyy 提交于 2022-04-22 15:32 . 1.1.0版本开发
{
"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,
"types": ["@vuepress/client/types"]
},
"include": [
"src",
"amap.d.ts",
"shims-vue.d.ts"
],
"exclude": ["node_modules", "**/__test?__", "**/dist"]
}
JavaScript
1
https://gitee.com/419338200/vue-amap.git
git@gitee.com:419338200/vue-amap.git
419338200
vue-amap
vue-amap
dev

搜索帮助