diff options
author | Peter Johanson <[email protected]> | 2022-04-17 14:30:22 +0000 |
---|---|---|
committer | Pete Johanson <[email protected]> | 2022-04-19 07:05:26 -0400 |
commit | c8c273d83b6806e53116748b8e5a216ed52ca1a1 (patch) | |
tree | c8c812937d11b3b8f55c49b90fb6b260f8209290 /docs/tsconfig.json | |
parent | 158ac2720724123b91e6534c95710804cc49243e (diff) | |
download | zmk-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.json | 2 |
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, |