diff --git a/projects/tsconfig/tsconfig.json b/projects/tsconfig/tsconfig.json index 9aecd7e8..34d28fbd 100644 --- a/projects/tsconfig/tsconfig.json +++ b/projects/tsconfig/tsconfig.json @@ -46,7 +46,6 @@ "noUnusedLocals": true, "noImplicitReturns": true, "noUnusedParameters": true, - "newLine": "lf", "alwaysStrict": true, "allowUnreachableCode": false, "allowUnusedLabels": false, @@ -60,7 +59,6 @@ "pretty": true, "stripInternal": false, "noUncheckedIndexedAccess": false, - "importsNotUsedAsValues": "remove", "noPropertyAccessFromIndexSignature": false, "removeComments": false, "noEmitOnError": true,