1 Star 0 Fork 278

ryvius_key / L7

forked from antv / L7 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 838 Bytes
一键复制 编辑 原始数据 按行查看 历史
thinkgis 提交于 2019-12-31 19:17 . docs: add animate docs
{
"compilerOptions": {
"noEmit": true,
"strict": true,
"strictPropertyInitialization": false,
"downlevelIteration": true,
"jsx": "react",
"target": "es5",
"lib": ["es6", "dom"],
"types": ["reflect-metadata", "jest" ],
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"rootDir": "./",
"baseUrl": "./",
"paths": {
"@antv/l7-*": ["packages/*/src"],
"@antv/l7": ["packages/l7/src"],
"*": ["node_modules", "packages", "typings/*"]
}
},
"awesomeTypescriptLoaderOptions": {
"useBabel": true,
"babelCore": "@babel/core",
"useCache": false
},
"include": ["packages"],
"exclude": ["node_modules", "packages/**/dist"]
}
TypeScript
1
https://gitee.com/ryvius_key/L7.git
git@gitee.com:ryvius_key/L7.git
ryvius_key
L7
L7
master

搜索帮助