jturner707 / CPWBookStore

This is an advanced javascript class project to learn git, github, and TypeScript
https://jturner707.github.io/CPWBookStore/
0 stars 0 forks source link

Add TypeScript #1

Closed jturner707 closed 4 hours ago

jturner707 commented 5 hours ago

The client-side code will be written in TypeScript for this project. We need a tsconfig.json file. We need instructions on how to get started in a README.md file. (could be separate issue) These instructions should include:

jturner707 commented 4 hours ago

For the tsconfig, added removeComments, target Es2016, and output all jsfiles into a js folder.

jturner707 commented 4 hours ago

This was completed and committed to the project.