Skip to content

Instantly share code, notes, and snippets.

@kingsley-einstein
Created September 13, 2020 19:11
Show Gist options
  • Save kingsley-einstein/778394e24b12072055723aba347b94c4 to your computer and use it in GitHub Desktop.
Save kingsley-einstein/778394e24b12072055723aba347b94c4 to your computer and use it in GitHub Desktop.
{
"exclude": ["node_modules"],
"compilerOptions": {
"rootDir": "src",
"outDir": "build",
"esModuleInterop": true,
"lib": [
"dom", "es2015"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment