1 Star 0 Fork 136

Sunny / vue-cesium

forked from zouyaoji / vue-cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 575 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2022-08-03 15:35 . fix: fix packaging issues
{
"compilerOptions": {
"allowJs": true,
"strict": true,
"module": "ES6",
"target": "ES2018",
"noImplicitAny": false,
"declaration": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ES2018", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"strictNullChecks": false,
"types": ["node"]
},
"include": ["packages", "typings"],
"exclude": ["node_modules", "**/dist"]
}
JavaScript
1
https://gitee.com/ztes/vue-cesium.git
git@gitee.com:ztes/vue-cesium.git
ztes
vue-cesium
vue-cesium
dev

搜索帮助