1 Star 0 Fork 10

sjhscysk/sat-earth

forked from 沉淀/sat-earth 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tsconfig.json 905 Bytes
一键复制 编辑 原始数据 按行查看 历史
沉淀 提交于 2023-04-23 14:30 . chore: 依赖版本更新
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"declaration": false,
"strict": true,
"removeComments": true,
"allowJs": true,
"noImplicitAny": false,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"isolatedModules": true,
"useDefineForClassFields": true,
"moduleResolution": "node",
"esModuleInterop": true,
"skipLibCheck": true,
"importHelpers": true,
"jsx": "preserve",
"outDir": "dist",
"lib": ["esnext", "dom"],
"baseUrl": ".",
"types": [
"node",
"vite/client",
"@vue/runtime-core",
"element-plus/global",
"unplugin-vue-define-options/macros-global"
],
"paths": {
"@packages/*": ["./packages/*"]
}
},
"include": [
"packages/**/*.ts",
"packages/**/*.d.ts",
"packages/**/*.vue"
],
"exclude": ["node_modules", "dist"]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sjhscysk/sat-earth.git
git@gitee.com:sjhscysk/sat-earth.git
sjhscysk
sat-earth
sat-earth
master

搜索帮助