1 Star 0 Fork 81

可视化 / vue-amap

forked from gyy / vue-amap 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.base.json 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
gyy 提交于 2023-12-03 00:05 . 调整文档
{
"compilerOptions": {
"composite": true,
"allowJs": true,
"strict": true,
"module": "ES2020",
"target": "ESNext",
"noImplicitAny": false,
"declaration": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ESNext", "DOM"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": [
"src",
"typings"
],
"exclude": ["node_modules", "**/__test?__", "**/dist"],
}
JavaScript
1
https://gitee.com/visualizati0n/vue-amap.git
git@gitee.com:visualizati0n/vue-amap.git
visualizati0n
vue-amap
vue-amap
dev

搜索帮助