1 Star 1 Fork 0

Luoooo/maplibre-gl-js

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": true,
"isolatedModules": true,
"noEmit": true,
"esModuleInterop": true,
"importHelpers": false,
"jsx": "react",
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"skipLibCheck": false,
"strict": false,
"target": "ES2016",
"lib": [
"ESNext",
"DOM",
"DOM.Iterable"
],
"types": [
"geojson",
"offscreencanvas",
"jest"
]
},
"ts-node": {
"experimentalSpecifierResolution": "node",
"esm": true,
"compilerOptions": {
"target": "es2019",
"types": [
"node"
]
}
},
"include": [
"rollup.config.*",
"src/**/*",
"test/bench/**/*",
"test/integration/**/*"
],
"exclude": [
"node_modules",
"dist",
"build/rollup",
"test/bench/rollup",
"test/bench/run-benchmarks.ts",
"test/bench/gl-stats.ts" ,
"test/bench/**/*generated*"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/luogeng_cn/maplibre-gl-js.git
git@gitee.com:luogeng_cn/maplibre-gl-js.git
luogeng_cn
maplibre-gl-js
maplibre-gl-js
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385