Skip to content

Commit

Permalink
use docusaurus recommended tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviergonz committed Dec 7, 2023
1 parent 6eeb902 commit 239bf32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.23.5",
"@docusaurus/module-type-aliases": "^3.0.1",
"@docusaurus/tsconfig": "^3.0.1",
"@svgr/webpack": "^8.1.0",
"@tsconfig/docusaurus": "^2.0.2",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/uuid": "^9.0.7",
Expand Down
2 changes: 1 addition & 1 deletion apps/site/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"experimentalDecorators": true
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2433,6 +2433,13 @@ __metadata:
languageName: node
linkType: hard

"@docusaurus/tsconfig@npm:^3.0.1":
version: 3.0.1
resolution: "@docusaurus/tsconfig@npm:3.0.1"
checksum: d28f253f8d678c7650934ed3ee0390995a22ffb1b10fd8e15e4482517352b097a9a29bcd4a617d8722490ef299fe37d3162e542822bbbe53d5f1e1d5f8a921ce
languageName: node
linkType: hard

"@docusaurus/types@npm:3.0.1":
version: 3.0.1
resolution: "@docusaurus/types@npm:3.0.1"
Expand Down Expand Up @@ -5804,13 +5811,6 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/docusaurus@npm:^2.0.2":
version: 2.0.2
resolution: "@tsconfig/docusaurus@npm:2.0.2"
checksum: af39e4c07f8d74c53162bc8cf756efb5ce1112e776e0c7ab6e85e156a1209179ed3d284378f85ab1d9259f081d89d9d883090021460bcfacf3ae54d908fbd2b1
languageName: node
linkType: hard

"@tsconfig/node10@npm:^1.0.7":
version: 1.0.9
resolution: "@tsconfig/node10@npm:1.0.9"
Expand Down Expand Up @@ -21144,9 +21144,9 @@ __metadata:
"@docusaurus/core": "npm:^3.0.1"
"@docusaurus/module-type-aliases": "npm:^3.0.1"
"@docusaurus/preset-classic": "npm:^3.0.1"
"@docusaurus/tsconfig": "npm:^3.0.1"
"@easyops-cn/docusaurus-search-local": "npm:^0.38.1"
"@svgr/webpack": "npm:^8.1.0"
"@tsconfig/docusaurus": "npm:^2.0.2"
"@types/react": "npm:^18.2.42"
"@types/react-dom": "npm:^18.2.17"
"@types/uuid": "npm:^9.0.7"
Expand Down

0 comments on commit 239bf32

Please sign in to comment.