chore(types): add readme [ci skip]

This commit is contained in:
Eric Liu 2020-11-20 10:18:33 -08:00
commit 2850aa5255

7
types/README.md Normal file
View file

@ -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.