14 Star 159 Fork 44

uiw / react-amap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
小弟调调 提交于 2021-08-26 17:23 . chore: Rebuild code.
{
"compilerOptions": {
"sourceMap": false,
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "dom"],
"moduleResolution": "node",
"strict": true,
"allowJs": false,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"declaration": true,
"baseUrl": ".",
"jsx": "react-jsx",
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"experimentalDecorators": true,
"removeComments": false,
"noEmit": true
}
}
JavaScript
1
https://gitee.com/uiw/react-amap.git
git@gitee.com:uiw/react-amap.git
uiw
react-amap
react-amap
master

搜索帮助