diff --git a/.npmignore b/.npmignore index 6e99e7ab..0e19c89a 100644 --- a/.npmignore +++ b/.npmignore @@ -1,4 +1,5 @@ .* bin/ +docs/ src/ jest.setup.ts diff --git a/tsconfig.build.json b/tsconfig.build.json index aaaf15bb..fd6c5ac3 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -1,4 +1,4 @@ { "extends": "./tsconfig.json", - "exclude": ["bin", "src/**/__tests__", "jest.setup.ts"] + "exclude": ["bin", "src/**/__tests__", "docs/**", "jest.setup.ts"] }