diff --git a/tests/projects/empty-files/core/tsconfig.json b/tests/projects/empty-files/core/tsconfig.json index 24b64bc7b2c..0e8205977dd 100644 --- a/tests/projects/empty-files/core/tsconfig.json +++ b/tests/projects/empty-files/core/tsconfig.json @@ -4,4 +4,4 @@ "declaration": true, "declarationMap": true } -} \ No newline at end of file +} diff --git a/tests/projects/empty-files/no-references/tsconfig.json b/tests/projects/empty-files/no-references/tsconfig.json index 9b02f3654e3..c6b8f1a43d7 100644 --- a/tests/projects/empty-files/no-references/tsconfig.json +++ b/tests/projects/empty-files/no-references/tsconfig.json @@ -6,4 +6,4 @@ "declaration": true, "forceConsistentCasingInFileNames": true } -} \ No newline at end of file +} diff --git a/tests/projects/empty-files/with-references/tsconfig.json b/tests/projects/empty-files/with-references/tsconfig.json index bf5e2690064..3a55cad1b1c 100644 --- a/tests/projects/empty-files/with-references/tsconfig.json +++ b/tests/projects/empty-files/with-references/tsconfig.json @@ -8,4 +8,4 @@ "declaration": true, "forceConsistentCasingInFileNames": true } -} \ No newline at end of file +}