zmk/docs/tsconfig.json
Peter Johanson 5e6634d2e5 feat(docs): Add TS type gen, metadata JSON gen
* Generate TS types from new hardware metadata schema.
* Aggregate all hw metadata YAML into one aggregate JSON
  file for consumption by others.
2021-09-11 00:50:36 -04:00

4 lines
76 B
JSON

{
"extends": "@tsconfig/docusaurus/tsconfig.json",
"include": ["src/"]
}