aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
authorPeter Johanson <[email protected]>2022-04-17 14:30:22 +0000
committerPete Johanson <[email protected]>2022-04-19 07:05:26 -0400
commitc8c273d83b6806e53116748b8e5a216ed52ca1a1 (patch)
treec8c812937d11b3b8f55c49b90fb6b260f8209290 /docs/tsconfig.json
parent158ac2720724123b91e6534c95710804cc49243e (diff)
downloadzmk-c8c273d83b6806e53116748b8e5a216ed52ca1a1.tar.gz
zmk-c8c273d83b6806e53116748b8e5a216ed52ca1a1.zip
feat(docs): Add TOC to supported hardware page.
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r--docs/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
index 811eb1839e..589217e26a 100644
--- a/docs/tsconfig.json
+++ b/docs/tsconfig.json
@@ -2,7 +2,7 @@
"extends": "@tsconfig/docusaurus/tsconfig.json",
"include": ["src/"],
"compilerOptions": {
- "jsx": "react",
+ "types": ["node", "@docusaurus/theme-classic"],
"moduleResolution": "Node",
"esModuleInterop": true,
"resolveJsonModule": true,