diff --git a/.npmignore b/.npmignore index 05010331..f88928cd 100644 --- a/.npmignore +++ b/.npmignore @@ -21,4 +21,6 @@ CHANGELOG.md *.config.cjs .size-limit.js .eslingignore -*/**/*.types.ts \ No newline at end of file +*/**/*.types.ts +.eslintignore +tsconfig.json \ No newline at end of file diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index d1bca08a..00000000 --- a/codecov.yml +++ /dev/null @@ -1,3 +0,0 @@ -# sample regex patterns -ignore: - - '**/types.ts'