Skip to content

Commit

Permalink
Test actual build output
Browse files Browse the repository at this point in the history
This represents the production environment more than using `tsx`.

Also support was added for source maps and declaration maps.
  • Loading branch information
remcohaszing committed Jan 15, 2024
1 parent 733ca93 commit 0ab9856
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 440 deletions.
1 change: 1 addition & 0 deletions .c8rc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"100": true,
"exclude": ["**/test.*"],
"reporter": ["html", "lcov", "text"]
}
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
coverage/
dist/
node_modules/
*.d.ts
*.js
*.log
*.tgz
*.tsbuildinfo
5 changes: 0 additions & 5 deletions .prettierignore

This file was deleted.

Loading

0 comments on commit 0ab9856

Please sign in to comment.