Browse Source

Removes unused decorator emit

main
Eric Amodio 6 years ago
parent
commit
2f3eb5863a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tsconfig.json

+ 1
- 0
tsconfig.json View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"lib": ["es2015", "es2016", "es2017"],

Loading…
Cancel
Save