zmk/docs/tsconfig.json
Peter Johanson dee6c04b20 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-11-19 08:41:20 -08:00

4 lines
No EOL
76 B
JSON

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