adding in basics of api

This commit is contained in:
talksik
2022-03-15 16:01:15 -04:00
parent ef72bc3158
commit e9a02eb091
10 changed files with 707 additions and 28 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"ignore": ["**/*.test.ts", "**/*.spec.ts", "node_modules"],
"watch": ["src"],
"exec": "npm start",
"ext": "ts"
}