From f2970111a6d5806190e5b554d5b8e5c6f6b80c95 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Sun, 27 Oct 2019 16:23:26 +0100 Subject: [PATCH] docs(readme): fix link to config.json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b30e7d..ad19bf8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The interactive CLI will help you create and configure your project automaticall * 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/)) * Export type declarations to improve your downstream development experience * Backwards compatibility for Node.js-style (CommonJS) imports -* Both strict and flexible [typescript configurations](config/tsconfig.json) available +* Both strict and flexible [typescript configurations](./tsconfig.json) available So we can have nice things: