From 5e6634d2e522289c5169b22a2a0d8b600a0e008d Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Mon, 29 Mar 2021 00:59:15 +0000 Subject: 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. --- docs/tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/tsconfig.json (limited to 'docs/tsconfig.json') diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 0000000..77c5f75 --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,4 @@ +{ + "extends": "@tsconfig/docusaurus/tsconfig.json", + "include": ["src/"] +} \ No newline at end of file -- cgit v1.2.3