Skip to content

Commit

Permalink
docs(readme): note support for incremental builds
Browse files Browse the repository at this point in the history
see #5
  • Loading branch information
BenShelton committed Oct 8, 2021
1 parent 8785d97 commit 195324a
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 @@ -8,9 +8,10 @@
## Features

- Type Checks the `<script>` tags of `.vue` files + any related `.ts` files
- Can be run in a CLI without requiring a build tool (such as webpack)
- Can be run in a CLI **without requiring a build tool** (such as webpack)
- Uses your local TypeScript version
- Respects files/include/exclude as specified in your `tsconfig.json`
- Supports incremental builds
- Simple, lightweight & fast

## Prerequisites
Expand Down

0 comments on commit 195324a

Please sign in to comment.