diff --git a/.eslintignore b/.eslintignore index 3849db6a..96662768 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,2 @@ build/ -typedoc.json \ No newline at end of file +typedoc.json diff --git a/tsconfig.json b/tsconfig.json index e517e91a..01bc13af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -37,4 +37,4 @@ "ignoreCompilerErrors": true, "includeDeclarations": true, } -} \ No newline at end of file +}