diff --git a/tsconfig.json b/tsconfig.json index 0555cd40ee..95f8861c59 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "target": "ES2017", "module": "ESNext", "lib": ["ESNext", "DOM", "DOM.Iterable"], - "importsNotUsedAsValues": "preserve", "moduleResolution": "Node", "sourceMap": true, "strict": false,