Created
June 29, 2020 16:00
-
-
Save caioagiani/158bc2ddd17334ed908cb8b028d24385 to your computer and use it in GitHub Desktop.
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
Show hidden characters
{ | |
"compilerOptions": { | |
"outDir": "dist", | |
"target": "ES6", | |
"module": "CommonJS", | |
"resolveJsonModule": true, | |
"esModuleInterop": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment