summary refs log tree commit diff
path: root/util/tsconfig.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-22 12:41:21 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-22 12:41:21 +0200
commit4a34892d46165db9309a55484aff2e1a67ad91bc (patch)
treedfe5d93c9ae169b413a548b4ea5aeef948801dea /util/tsconfig.json
parent:construction: typeorm (diff)
downloadserver-4a34892d46165db9309a55484aff2e1a67ad91bc.tar.xz
:construction: typeorm
Diffstat (limited to 'util/tsconfig.json')
-rw-r--r--util/tsconfig.json8
1 files changed, 7 insertions, 1 deletions
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"
+			}
+		]
 	}
 }