From 2850aa5255f62750a386251bf969de92db9a0b9c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Fri, 20 Nov 2020 10:18:33 -0800 Subject: [PATCH] chore(types): add readme [ci skip] --- types/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 types/README.md diff --git a/types/README.md b/types/README.md new file mode 100644 index 00000000..51847b04 --- /dev/null +++ b/types/README.md @@ -0,0 +1,7 @@ +# types + +The TypeScript definitions in this folder are auto-generated by [sveld](https://github.com/ibm/sveld). + +Do not edit these types directly. To add or update property types or definitions, update the JSDoc annotations in the component source code in the [src](../src) folder. + +Tests are located in the [tests](../tests) folder.