1 Star 0 Fork 156

hella_cat/vue-cesium

forked from zouyaoji/vue-cesium 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 539 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2021-12-05 23:01 . build: move to pnpm
{
"compilerOptions": {
"strict": true,
"module": "ES6",
"target": "ES6",
"noImplicitAny": false,
"declaration": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ES2018", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true
},
"include": ["packages", "typings"],
"exclude": ["node_modules", "**/__test?__", "**/dist"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hella-cat/vue-cesium.git
git@gitee.com:hella-cat/vue-cesium.git
hella-cat
vue-cesium
vue-cesium
dev

搜索帮助