From 4a34892d46165db9309a55484aff2e1a67ad91bc Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 22 Aug 2021 12:41:21 +0200 Subject: :construction: typeorm --- util/tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'util/tsconfig.json') diff --git a/util/tsconfig.json b/util/tsconfig.json index fa3bc6cb..e7a2f36f 100644 --- a/util/tsconfig.json +++ b/util/tsconfig.json @@ -67,6 +67,12 @@ "skipLibCheck": true /* Skip type checking of declaration files. */, "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, "emitDecoratorMetadata": true, - "experimentalDecorators": true + "experimentalDecorators": true, + "plugins": [ + { + "transform": "ts-transform-json-schema", + "type": "program" + } + ] } } -- cgit 1.5.1