Skip to content

Instantly share code, notes, and snippets.

@ncwhale
Created October 13, 2020 00:46
Show Gist options
  • Save ncwhale/7ba329e64c905292975eb20511f63d2f to your computer and use it in GitHub Desktop.
Save ncwhale/7ba329e64c905292975eb20511f63d2f to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"lib": [
"ES2020"
],
"target": "ES2020",
"module": "ES2020",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"outDir": "./build",
"sourceMap": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment