Add support for more DB engines via TypeORM
[e-mobility-charging-stations-simulator.git] / tsconfig.json
index 02ad086db30ca67dc56c5e25ff56eac1cfede2d1..ecd539c57ebce0b74025e495cc507ac59e2aefcf 100644 (file)
@@ -62,8 +62,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. */