Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created January 29, 2020 15:38
Show Gist options
  • Save cmilfont/9fbb2fdc2a26c3948acb93b5401e52ab to your computer and use it in GitHub Desktop.
Save cmilfont/9fbb2fdc2a26c3948acb93b5401e52ab to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"target": "ES2017",
"module": "CommonJS",
"moduleResolution": "node",
"outDir": "./build",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"sourceMap": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment