X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=tsconfig.json;h=ecd539c57ebce0b74025e495cc507ac59e2aefcf;hb=37486900e65f2affcc62a92726d9d7ca806a8725;hp=02ad086db30ca67dc56c5e25ff56eac1cfede2d1;hpb=84e52c2c9bc85c3b45e61b37b89c3166fae6615e;p=e-mobility-charging-stations-simulator.git diff --git a/tsconfig.json b/tsconfig.json index 02ad086d..ecd539c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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. */