diff --git a/tsconfig.json b/tsconfig.json index 0d50c5895ccac504389e3c7489b2006394b331ac..82e16bc8d077bb80f4b440041d75c5aa8eecb323 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "strictNullChecks": true, "noImplicitThis": true, "noImplicitAny": true, - "noImplicitReturns": true + "noImplicitReturns": true, + "experimentalDecorators": true }, "include": [ "server.ts",