add majority of routes and datapaths, start on interactions

This commit is contained in:
41666 2022-01-29 01:28:29 -05:00
parent bbc0053383
commit 3033ebacb7
47 changed files with 1650 additions and 58 deletions

View file

@ -1,6 +1,6 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["jest", "@cloudflare/workers-types"]
"types": ["jest", "@cloudflare/workers-types", "node"]
}
}