aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorCem Aksoylar <[email protected]>2024-01-12 22:12:58 -0800
committerCem Aksoylar <[email protected]>2024-01-20 22:28:41 -0800
commite3f458e5393cb0bd4c4e7699de83606c1bd40e6a (patch)
tree74d5c2cb894288a936558d51197b78987013bfae /docs
parent57684f8a66451ef730de1c340bafe7b62b1021f9 (diff)
downloadzmk-e3f458e5393cb0bd4c4e7699de83606c1bd40e6a.tar.gz
zmk-e3f458e5393cb0bd4c4e7699de83606c1bd40e6a.zip
ci(docs): Fix tsc config for docusaurus 3
Diffstat (limited to 'docs')
-rw-r--r--docs/tsconfig.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
index a9844e97c5..86f17b0731 100644
--- a/docs/tsconfig.json
+++ b/docs/tsconfig.json
@@ -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,