activecourses / upwork-clone-frontend

MIT License
7 stars 4 forks source link

Migrate To typescript #30

Closed ahmad-kashkoush closed 1 week ago

ahmad-kashkoush commented 2 weeks ago

Closes #29

PR Description

  1. Setup all conguration files to support ts
  2. configure tsconfig
  3. convert all files
  4. setup scripts to automate formatting
    npm run format:lint:check  // format and check types
    npm run type-check // check if there is type errors