3 Star 12 Fork 3

antv-l7plot / antv-l7plot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
/* Visit https://aka.ms/tsconfig.json to read more about this file */
/* Basic Options */
"target": "es5",
"module": "commonjs",
"lib": ["DOM", "ESNext", "WebWorker"],
"allowJs": false,
"checkJs": false,
"jsx": "preserve",
"declaration": true,
"declarationMap": false,
"sourceMap": true,
"removeComments": false,
"noEmit": false,
"importHelpers": true,
"downlevelIteration": true,
"isolatedModules": false,
/* Strict Type-Checking Options */
"strict": true,
"noImplicitAny": false,
// "strictNullChecks": false,
"strictFunctionTypes": true,
"strictBindCallApply": true,
"strictPropertyInitialization": true,
"noImplicitThis": true,
"alwaysStrict": true,
/* Additional Checks */
"noUnusedLocals": false,
"noUnusedParameters": false,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedIndexedAccess": false,
"noImplicitOverride": false,
"noPropertyAccessFromIndexSignature": true,
/* Module Resolution Options */
"moduleResolution": "node",
"baseUrl": ".",
"paths": {
"@antv/l7plot": ["packages/l7plot/src"],
"@antv/l7plot-component": ["packages/component/src"],
"@antv/l7-composite-layers": ["packages/composite-layers/src"]
},
"rootDirs": [],
// "types": [],
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"resolveJsonModule": true,
// "allowUmdGlobalAccess": true,
/* Source Map Options */
"inlineSourceMap": false,
"inlineSources": false,
/* Experimental Options */
"experimentalDecorators": true,
"emitDecoratorMetadata": false,
/* Advanced Options */
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["packages", "storybook", "website"],
"exclude": ["packages/*/dist/**", "coverage"]
}
1
https://gitee.com/antv-l7plot/antv-l7plot.git
git@gitee.com:antv-l7plot/antv-l7plot.git
antv-l7plot
antv-l7plot
antv-l7plot
main

搜索帮助