Skip to content

Commit

Permalink
chore: remove test code from distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nolleh committed Jul 11, 2023
1 parent e1dca2d commit 8e0a713
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tsconfig.cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"moduleResolution": "Node",
"outDir": "dist/cjs",
"declarationDir": "dist/cjs/types"
}
},
"exclude": ["src/test/**"]
}
3 changes: 2 additions & 1 deletion tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"moduleResolution": "NodeNext",
"outDir": "dist/esm",
"declarationDir": "dist/esm/types"
}
},
"exclude": ["src/test/**"]
}

0 comments on commit 8e0a713

Please sign in to comment.