From 56d098f51af8ce35cb1c86e18178f0f9df8c2b9e Mon Sep 17 00:00:00 2001 From: Bob van de Vijver Date: Wed, 21 Jul 2021 13:59:48 +0200 Subject: [PATCH] Drop by tslint unsupported typescript option --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index a3b3aa4..d9d7d6f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,7 +9,6 @@ "experimentalDecorators": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, - "importsNotUsedAsValues": "preserve", "resolveJsonModule": true, "sourceMap": true, "baseUrl": ".",