Added coding standards and also updated the package json so that the scripts have consistent naming conventions. Fixed incorrect import for context as well.
* Run tsc on build to check for typescript errors * Fix typescript errors. Rename failing stories. * Make prettier happy * Use only tsconfig for tsc.
Fixes issue #15. Builds, test, lints, and checks format when a PR is created using github actions.