Skip to content

Commit

Permalink
enable tsconfig error truncation
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Oct 17, 2023
1 parent 23b617f commit 8823d0f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virmator",
"version": "9.1.1",
"version": "9.1.2",
"description": "Handle common package configs, commands, and dependencies.",
"keywords": [
"automation",
Expand Down
2 changes: 2 additions & 0 deletions test-files/update-configs/full-repo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ generated-config-*
graphics/
node_modules/
src/all-files-for-code-coverage.test.ts
ts.out
tsconfig.tsbuildinfo

./something-that-doesn't-exist/
2 changes: 2 additions & 0 deletions test-files/update-configs/full-repo/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ docs-dist/
generated-config-*
index.html
test-files/
ts.out/
tsconfig*.json
tsconfig.tsbuildinfo

./something-that-doesn't-exist/

0 comments on commit 8823d0f

Please sign in to comment.