diff --git a/tsconfig.json b/tsconfig.json index 2a41c36..7f43c48 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,7 @@ "forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ "strict": true, /* Enable all strict type-checking options. */ "skipLibCheck": true, /* Skip type checking of declaration files. */ + "experimentalDecorators": true, + "emitDecoratorMetadata": true, } } \ No newline at end of file