Refactor examples into a better form factor

This commit is contained in:
Casper Warden
2020-11-23 15:43:27 +00:00
parent 1f3677905b
commit 8ba2cf231c
14 changed files with 672 additions and 460 deletions

View File

@@ -10,7 +10,8 @@
"types": ["node"]
},
"include": [
"lib/**/*.ts"
"lib/**/*.ts",
"examples/**/*.ts"
],
"exclude": [
"node_modules"