Skip to content

Instantly share code, notes, and snippets.

@michalczukm
Created April 12, 2021 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michalczukm/6aa802908ee984560605d28e3652670e to your computer and use it in GitHub Desktop.
Save michalczukm/6aa802908ee984560605d28e3652670e to your computer and use it in GitHub Desktop.
Move the ts files to js, and add ts-nocheck
for f in src/exercise/*.js; do sed -i '' '1s/^/\/\/ @ts-nocheck\'$'\n/g' "$f"; mv -- "$f" "${f%.js}.tsx"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment