diff --git a/.gitignore b/.gitignore index f387123..b509c88 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ coverage/ -node_modules/ \ No newline at end of file +node_modules/ diff --git a/tsconfig.json b/tsconfig.json index 6f17da8..6008ded 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,6 @@ "resolveJsonModule": true, "strict": true, "target": "es2022", - "verbatimModuleSyntax": true, - "skipLibCheck": true + "verbatimModuleSyntax": true } }