diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-18 01:50:20 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-18 01:50:20 +0200 |
commit | 1e331b7c9d74cc4a0c532ebe8562986547d388ca (patch) | |
tree | 640fb5851f68f4338abc7366858e53ccf9d5222e /util | |
parent | :sparkles: generate test responses (diff) | |
download | server-1e331b7c9d74cc4a0c532ebe8562986547d388ca.tar.xz |
:art: use typescript plugin that converts to relative paths
Diffstat (limited to 'util')
-rw-r--r-- | util/tsconfig.json | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/util/tsconfig.json b/util/tsconfig.json index ac41cea5..7fbe3bac 100644 --- a/util/tsconfig.json +++ b/util/tsconfig.json @@ -68,12 +68,6 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */, "emitDecoratorMetadata": true, "experimentalDecorators": true, - "resolveJsonModule": true, - "plugins": [ - { - "transform": "ts-transform-json-schema", - "type": "program" - } - ] + "resolveJsonModule": true } } |