You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Despite all the recent hype, setting up a new TypeScript (x React) library can b
31
31
-[Jest](#jest)
32
32
-[ESLint](#eslint)
33
33
-[Inspiration](#inspiration)
34
-
-[Comparison to Microbundle](#comparison-to-microbundle)
34
+
-[Comparison with Microbundle](#comparison-with-microbundle)
35
35
-[API Reference](#api-reference)
36
36
-[`tsdx watch`](#tsdx-watch)
37
37
-[`tsdx build`](#tsdx-build)
@@ -389,7 +389,7 @@ You can add your own `.eslintrc.js` to the root of your project and TSDX will **
389
389
390
390
TSDX is ripped out of [Formik's](https://github.com/jaredpalmer/formik) build tooling. TSDX is very similar to [@developit/microbundle](https://github.com/developit/microbundle), but that is because Formik's Rollup configuration and Microbundle's internals have converged around similar plugins over the last year or so.
391
391
392
-
### Comparison to Microbundle
392
+
### Comparison with Microbundle
393
393
394
394
- TSDX includes out-of-the-box test running via Jest
395
395
- TSDX includes a bootstrap command and default package template
0 commit comments