Skip to content

Commit

Permalink
build: migrate to @docusaurus/tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao committed May 8, 2024
1 parent eea659a commit 31d47dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
"@crowdin/cli": "^3.9.3",
"@crowdin/crowdin-api-client": "^1.21.1",
"@docusaurus/module-type-aliases": "^2.4.3",
"@docusaurus/tsconfig": "^3.3.2",
"@docusaurus/types": "^2.4.3",
"@electron/docs-parser": "^1.0.1",
"@electron/lint-roller": "^1.11.1",
"@tsconfig/docusaurus": "^2.0.3",
"@types/fs-extra": "^9.0.13",
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.10",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "./node_modules/@tsconfig/docusaurus/tsconfig.json",
"extends": "./node_modules/@docusaurus/tsconfig/tsconfig.json",
"exclude": ["**/node_modules/*", "blog", "docs", "build", "i18n"],
"compilerOptions": {
"baseUrl": ".",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,11 @@
fs-extra "^10.1.0"
tslib "^2.4.0"

"@docusaurus/tsconfig@^3.3.2":
version "3.3.2"
resolved "https://registry.yarnpkg.com/@docusaurus/tsconfig/-/tsconfig-3.3.2.tgz#55c0cbe92930c6b8a071e657077a612f4265e637"
integrity sha512-2MQXkLoWqgOSiqFojNEq8iPtFBHGQqd1b/SQMoe+v3GgHmk/L6YTTO/hMcHhWb1hTFmbkei++IajSfD3RlZKvw==

"@docusaurus/[email protected]", "@docusaurus/types@^2.4.3":
version "2.4.3"
resolved "https://registry.yarnpkg.com/@docusaurus/types/-/types-2.4.3.tgz#4aead281ca09f721b3c0a9b926818450cfa3db31"
Expand Down Expand Up @@ -2325,11 +2330,6 @@
resolved "https://registry.yarnpkg.com/@trysound/sax/-/sax-0.2.0.tgz#cccaab758af56761eb7bf37af6f03f326dd798ad"
integrity sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==

"@tsconfig/docusaurus@^2.0.3":
version "2.0.3"
resolved "https://registry.yarnpkg.com/@tsconfig/docusaurus/-/docusaurus-2.0.3.tgz#08a4a65e038a499fc4154ce32b538913d9f3c90d"
integrity sha512-3l1L5PzWVa7l0691TjnsZ0yOIEwG9DziSqu5IPZPlI5Dowi7z42cEym8Y35GHbgHvPcBfNxfrbxm7Cncn4nByQ==

"@tsconfig/node10@^1.0.7":
version "1.0.9"
resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.9.tgz#df4907fc07a886922637b15e02d4cebc4c0021b2"
Expand Down

0 comments on commit 31d47dc

Please sign in to comment.