40 Star 365 Fork 135

zouyaoji / vue-cesium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tsconfig.json 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
zouyaoji 提交于 2024-02-28 23:42 . refactor(project): :recycle:updated
{
"compilerOptions": {
"allowJs": true,
"strict": true,
"module": "esnext",
"target": "es2018",
"baseUrl": ".",
"noImplicitAny": false,
"declaration": true,
"moduleResolution": "Node",
"esModuleInterop": true,
"jsx": "preserve",
"sourceMap": true,
"lib": ["ES2018", "DOM", "DOM.Iterable"],
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"noUnusedLocals": false,
"resolveJsonModule": true,
"strictNullChecks": false,
"removeComments": false,
"rootDir": ".",
"types": ["node"],
"paths": {
"@vue-cesium/*": ["package/*"]
}
},
"include": ["packages", "typings"],
"exclude": ["node_modules", "**/dist"]
}
JavaScript
1
https://gitee.com/zouyaoji/vue-cesium.git
git@gitee.com:zouyaoji/vue-cesium.git
zouyaoji
vue-cesium
vue-cesium
dev

搜索帮助