2 Star 2 Fork 1

GIS_DEVELOPER/example-cesium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
mangata 提交于 2021-03-26 17:53 +08:00 . 修改为webpack
{
"compilerOptions": {
// "allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",
"lib": ["dom", "es2017"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": false,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"removeComments": true,
"resolveJsonModule": true,
"sourceMap": true,
"target": "esnext"
},
"include": ["example/**/*"],
"exclude": ["node_modules/**/*"],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/GIS_DEVELOPER/example-cesium.git
[email protected]:GIS_DEVELOPER/example-cesium.git
GIS_DEVELOPER
example-cesium
example-cesium
master

搜索帮助