summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
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
 	}
 }