Skip to content

Instantly share code, notes, and snippets.

@angellandros
Created October 18, 2019 21:43
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 angellandros/3ce5d21e046881d80c9d76249f395b5f to your computer and use it in GitHub Desktop.
Save angellandros/3ce5d21e046881d80c9d76249f395b5f to your computer and use it in GitHub Desktop.
Simple TypeScript config file
{
"compilerOptions": {
"outDir": "../dist",
"baseUrl": "",
"module": "commonjs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment