1 Star 0 Fork 278

刘德华 / L7

forked from antv / L7 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 899 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"noEmit": true,
"strict": true,
"strictPropertyInitialization": false,
"downlevelIteration": true,
"jsx": "react",
"target": "es5",
"lib": ["es6", "dom"],
"types": ["reflect-metadata", "jest", "node"],
"module": "esnext",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true,
"rootDir": "./",
"baseUrl": "./",
"paths": {
"@antv/l7-district": ["packages/boundry/src"],
"@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/go1985/L7.git
git@gitee.com:go1985/L7.git
go1985
L7
L7
master

搜索帮助