diff --git a/.gitignore b/.gitignore index ba89e4c..f0a8b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ node_modules/ .env* sas/ tmp/ -build/ \ No newline at end of file +build/ diff --git a/tsconfig.json b/tsconfig.json index ad17b94..50262e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,4 +8,4 @@ "strict": true, "resolveJsonModule": true } -} \ No newline at end of file +}