39 Star 423 Fork 81

gyy / vue-amap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.build.json 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
gyy 提交于 2024-02-17 22:51 . 完成loca的types处理
{
"compilerOptions": {
"allowJs": true,
"strict": true,
"module": "ES6",
"target": "ES2018",
"noImplicitAny": false,
"declaration": false,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ES2018", "DOM"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"types": ["@types/node", "@vuemap/amap-jsapi-types", "@vuemap/amap-loca-types"]
},
"files": ["./node_modules/@vuemap/amap-jsapi-types/index.d.ts", "./node_modules/@vuemap/amap-loca-types/index.d.ts"],
"include": [
"typings/*.d.ts"
]
}
JavaScript
1
https://gitee.com/guyangyang/vue-amap.git
git@gitee.com:guyangyang/vue-amap.git
guyangyang
vue-amap
vue-amap
dev

搜索帮助