Skip to content

Commit

Permalink
chore[doc]: update dumi
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Jul 29, 2024
1 parent 0496705 commit 8ddee6f
Show file tree
Hide file tree
Showing 3 changed files with 4,187 additions and 2,195 deletions.
2 changes: 1 addition & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.6",
"dumi": "^2.2.1"
"dumi": "^2.4.7"
},
"dependencies": {
"cesium": "^1.107.2",
Expand Down
20 changes: 15 additions & 5 deletions doc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"lib": ["esnext", "dom"],
"lib": [
"esnext",
"dom"
],
"moduleResolution": "node",
"strict": true,
"skipLibCheck": true,
Expand All @@ -11,9 +14,16 @@
"baseUrl": "./",
"jsx": "react-jsx",
"paths": {
"@@/*": [".dumi/tmp/*"],
"@/*": ["./src/*"]
"@@/*": [
".dumi/tmp/*"
],
"@/*": [
"./src/*"
]
}
},
"include": [".dumi/**/*", ".dumirc.ts", "src/**/*"]
}
"include": [
".dumirc.ts",
"src/**/*"
]
}
Loading

0 comments on commit 8ddee6f

Please sign in to comment.