Skip to content

Instantly share code, notes, and snippets.

@caioagiani
Created June 29, 2020 16:00
Show Gist options
  • Save caioagiani/158bc2ddd17334ed908cb8b028d24385 to your computer and use it in GitHub Desktop.
Save caioagiani/158bc2ddd17334ed908cb8b028d24385 to your computer and use it in GitHub Desktop.
{
"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