diff --git a/.eslintignore b/.eslintignore index 44ccaa3..2cb6327 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,5 @@ test/integration/defaultValues/**/*.ts test/integration/entityTypes/**/*.ts test/integration/examples/**/*.ts -test/integration/github-issues/**/*.ts \ No newline at end of file +test/integration/github-issues/**/*.ts +dist/**/*.d.ts