From e19f30b15a83d5e37dcd38e78531ea63f2d57ebe Mon Sep 17 00:00:00 2001 From: Dennis Postma Date: Tue, 24 Dec 2024 16:04:48 +0100 Subject: [PATCH] Updated tsconfig.json according to MikroORM documentation --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) 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