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
commitae2896fa6148cc1366573166368e157d6fa50b82 (patch)
treeb4fbe795d2ee0b4c3b0e21de525195a553fe48ee /util/tsconfig.json
parent:construction: typeorm (diff)
downloadserver-ts-ae2896fa6148cc1366573166368e157d6fa50b82.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" + } + ] } }