Skip to content

Commit 3ea0567

Browse files
committed
docs(readme): note support for incremental builds
see #5
1 parent 98d3578 commit 3ea0567

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
## Features
99

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

1617
## Prerequisites

0 commit comments

Comments
 (0)