From 6f2ded4ce8b7e050a53d82f8e3bc4643b1cdd705 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Mon, 28 Mar 2022 09:03:19 -0400 Subject: [PATCH] remove unused ts plugin --- tsconfig.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index cab77f65..7cc81f87 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -26,15 +26,6 @@ "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "useUnknownInCatchVariables": true, - "plugins": [ - { - "transform": "typescript-transform-paths" - }, - { - "transform": "typescript-transform-paths", - "afterDeclarations": true - } - ], "baseUrl": "." }, "include": [