1 Star 0 Fork 35

Mr.Z/QuickEarth-Free

forked from 清风/QuickEarth-Free 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "es5",
"lib": [
"es6",
"ES2017",
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"strict": true,
"noFallthroughCasesInSwitch": true,
"module": "commonjs",
"moduleResolution": "node",
"resolveJsonModule": true,
"noEmit": false,
"jsx": "react",
"declaration": false,
"forceConsistentCasingInFileNames": true,
"strictPropertyInitialization": false,
"noImplicitAny": false,
"strictNullChecks": false,
"noImplicitReturns": false,
"noImplicitThis": false,
"suppressImplicitAnyIndexErrors": false,
"noUnusedLocals": false,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"sourceMap": true,
"baseUrl": ".",
"paths": {
"quickearth":["public/libs/qe/quickearth.d.ts"],
"cesium*": [
"./public/libs/cesium/Cesium/Cesium.d.ts"
]
}
},
"include": [
"src",
"public/libs/qe/quickearth.d.ts"
],
"exclude": [
"public/libs/qe/quickearth.js"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/cylc1002/quick-earth-free.git
git@gitee.com:cylc1002/quick-earth-free.git
cylc1002
quick-earth-free
QuickEarth-Free
master

搜索帮助