diff --git a/.npmignore b/.npmignore index 48db66a..24860aa 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,6 @@ tests/ examples/ .github/ -jest.config.js \ No newline at end of file +jest.config.js +.env +.env.sample \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 355166f..e3369ef 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -67,5 +67,5 @@ "forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */ }, "include": ["lib/**/*"], - "exclude": ["node_modules", "dist", "tests/**/*", "examples"] + "exclude": ["node_modules", "dist", "tests/**/*", "examples", ".env", ".env.sample"] }