Skip to content

Commit

Permalink
ci(docs): Fix tsc config for docusaurus 3
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 13, 2024
1 parent 046efd2 commit 4ccd370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"extends": "@tsconfig/docusaurus/tsconfig.json",
"extends": "@docusaurus/tsconfig/tsconfig.json",
"include": ["src/"],
"compilerOptions": {
"types": ["node", "@docusaurus/theme-classic"],
"moduleResolution": "Node16",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
Expand Down

0 comments on commit 4ccd370

Please sign in to comment.