From 331455fed900662d0d7cec400f1c00ae791cde6b Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Sat, 1 May 2021 21:44:14 -0500 Subject: [PATCH] Enable decorators --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 77eafc3..c5bf1d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */