Add counter example; fix configuration

This commit is contained in:
Steve Kinney
2024-09-16 15:44:34 -06:00
parent 1747f705a6
commit b13029bffc
15 changed files with 813 additions and 8 deletions

View File

@@ -11,6 +11,6 @@
"./*.html?raw": ["./*"]
}
},
"include": ["examples/**/*.js"],
"include": ["examples/**/*.js", "examples/accident-counter/src/reducer.ts"],
"exclude": ["node_modules", "dist"]
}