75 Star 1.1K Fork 446

地虎降天龙 / vue3-ts-cesium-map-show

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": false, // 强检查
"jsx": "preserve",
"importHelpers": true,
"moduleResolution": "node",
"experimentalDecorators": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"sourceMap": true,
"baseUrl": ".",
"noImplicitAny": false, // 忽略未定
"types": [
"webpack-env",
"cesium"
],
"paths": {
"@/*": [
"src/*"
]
},
"lib": [
"esnext",
"dom",
"dom.iterable",
"scripthost",
"es5", "es6",
]
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx"
],
"exclude": [
"node_modules"
]
}
TypeScript
1
https://gitee.com/hawk86104/vue3-ts-cesium-map-show.git
git@gitee.com:hawk86104/vue3-ts-cesium-map-show.git
hawk86104
vue3-ts-cesium-map-show
vue3-ts-cesium-map-show
master

搜索帮助