Skip to content

Commit 12c28bd

Browse files
committed
docs(readme): fix link to config.json (#212)
2 parents 390041b + f297011 commit 12c28bd

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
@@ -30,7 +30,7 @@ The interactive CLI will help you create and configure your project automaticall
3030
- Export as a [javascript module](http://jsmodules.io/), making your work **fully tree-shakable** for consumers capable of using [es6 imports](https://github.com/rollup/rollup/wiki/pkg.module) (like [Rollup](http://rollupjs.org/), [Webpack](https://webpack.js.org/), or [Parcel](https://parceljs.org/))
3131
- Export type declarations to improve your downstream development experience
3232
- Backwards compatibility for Node.js-style (CommonJS) imports
33-
- Both strict and flexible [typescript configurations](config/tsconfig.json) available
33+
- Both strict and flexible [typescript configurations](./tsconfig.json) available
3434

3535
So we can have nice things:
3636

0 commit comments

Comments
 (0)