Skip to content

Instantly share code, notes, and snippets.

@angellandros
Created October 18, 2019 23:55
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/28dd3dfac6306250b87c45277fd6234a to your computer and use it in GitHub Desktop.
Save angellandros/28dd3dfac6306250b87c45277fd6234a to your computer and use it in GitHub Desktop.
Simple TypeScript config with support for decorators
{
"compilerOptions": {
"experimentalDecorators": true, // this line
"outDir": "../dist",
"baseUrl": "",
"module": "commonjs"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment