Browse Source

Enable decorators

dev
David Ludwig 4 years ago
parent
commit
331455fed9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tsconfig.json

+ 2
- 2
tsconfig.json View File

@ -61,8 +61,8 @@
// "inlineSources": true, /* Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set. */
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
/* Advanced Options */
"skipLibCheck": true, /* Skip type checking of declaration files. */


Loading…
Cancel
Save