diff --git a/.npmignore b/.npmignore index d0f48e5..7d11ac6 100644 --- a/.npmignore +++ b/.npmignore @@ -108,6 +108,7 @@ dist .vscode-test cookie.json +node_modules .dist/ .vscode/ @@ -119,4 +120,5 @@ cookie_example.json docs/ .github/ .prettierrc +.prettierignore tsconfig.json diff --git a/tsconfig.json b/tsconfig.json index ab51390..33da38f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,7 @@ "exclude": [ "node_modules", "dist", - "cookie.json", + "*.json", "testing" ] } \ No newline at end of file