Skip to content

Commit

Permalink
chore(readme): fullOutput in config
Browse files Browse the repository at this point in the history
  • Loading branch information
joris-gallot committed May 8, 2024
1 parent 8a8d368 commit 601c64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ typestep init tsc-output.log
```ts
// typestep.config.ts
export default {
ignoredFiles: ['src/main.ts']
ignoredFiles: ['src/main.ts'], // files to ignore
fullOutput: false, // get full output errors (default: false)
}
```

Expand Down

0 comments on commit 601c64c

Please sign in to comment.