Skip to content

Commit

Permalink
fix: don't bundle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Apr 3, 2021
1 parent b01c708 commit 135ca6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"declaration": true,
"outDir": "./dist/"
},
"exclude": ["node_modules", "**/__tests__/**", "build"],
"exclude": ["node_modules", "**/tests/**", "dist"],
"include": ["src/**/*", "jest.d.ts"],
"compileOnSave": true,
"types": ["jest"]
Expand Down

0 comments on commit 135ca6a

Please sign in to comment.