summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:50:20 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-18 01:50:20 +0200
commit1e331b7c9d74cc4a0c532ebe8562986547d388ca (patch)
tree640fb5851f68f4338abc7366858e53ccf9d5222e /util
parent:sparkles: generate test responses (diff)
downloadserver-1e331b7c9d74cc4a0c532ebe8562986547d388ca.tar.xz
:art: use typescript plugin that converts to relative paths
Diffstat (limited to 'util')
-rw-r--r--util/tsconfig.json8
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
 	}
 }