Skip to content

Commit

Permalink
docs(typescript): enable noEmit option in TypeScript text example
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Tait committed Mar 3, 2023
1 parent 2af42c6 commit e5ab9b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/typescript-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ import { typescript } from '@betterer/typescript';
export default {
'stricter compilation': () =>
typescript('./tsconfig.json', {
strict: true
strict: true,
noEmit: true
}).include('./src/**/*.ts')
};
```
Expand Down

0 comments on commit e5ab9b5

Please sign in to comment.