From ea0b4f9aab31182dd6faf1564b185c3785b96638 Mon Sep 17 00:00:00 2001 From: szTheory Date: Wed, 6 Jan 2021 21:31:50 +0000 Subject: [PATCH] README: fix typo (#62) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e5f306..addb99c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ An array of the extensions that will be tried during resolve. Ideally this would #### baseUrl _(string) (default=undefined)_ -This allows you to override the `baseUrl` found in tsconfig.json. The baseUrl specifies from which directory `paths` should be resolved. So this option enabled you to resolve from anhother directory than the one where tsconfig.json is located. This can be useful if you want to use webpack with `tsc --watch` instead of a typescript loader. If this option is `undefined` then the `baseUrl` from tsconfig.json will be used. +This allows you to override the `baseUrl` found in tsconfig.json. The baseUrl specifies from which directory `paths` should be resolved. So this option enabled you to resolve from another directory than the one where tsconfig.json is located. This can be useful if you want to use webpack with `tsc --watch` instead of a typescript loader. If this option is `undefined` then the `baseUrl` from tsconfig.json will be used. #### mainFields _(string[]) (default=["main"])_