Skip to content

Commit 5fda8b2

Browse files
docs: update readme.
1 parent 408685b commit 5fda8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Options:
7979

8080
## Gotchas
8181

82-
These are definitely edge cases, and would only really come up if your project mixes file extensions. For example, if you have `.ts` files combined with `.mts`, and/or `.cts`. For most project, things should just work as expected.
82+
These are definitely edge cases, and would only really come up if your project mixes file extensions. For example, if you have `.ts` files combined with `.mts`, and/or `.cts`. For most projects, things should just work as expected.
8383

8484
As far as I can tell, `duel` is one (if not the only) way to get a correct dual package build using `tsc` while only using a single package.json file and tsconfig.json file _and_ preserving module system by file extension. The MicroSoft backed TypeScript team [keep](https://github.com/microsoft/TypeScript/issues/54593) [talking](https://github.com/microsoft/TypeScript/pull/54546) about dual build support, but their philosophy is mainly one of self perseverance, rather than collaboration.
8585

0 commit comments

Comments
 (0)