Last active
March 29, 2020 17:44
-
-
Save JoshuaKGoldberg/9fc8e3a1e3f44bc0e5be49063d383bda to your computer and use it in GitHub Desktop.
Babel configuration diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const presets = [ | |
'codecademy', | |
+ '@babel/preset-typescript', | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment