diff --git a/README.md b/README.md index bb21f2b..2a4d636 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,8 @@ Add to your `tsconfig.json`: ```json "extends": "@tsconfig/docusaurus/tsconfig.json" ``` + +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. ### Ember tsconfig.json Install: @@ -136,6 +138,8 @@ Add to your `tsconfig.json`: ```json "extends": "@tsconfig/ember/tsconfig.json" ``` + +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. ### Next.js tsconfig.json Install: @@ -304,6 +308,8 @@ Add to your `tsconfig.json`: ```json "extends": "@tsconfig/nuxt/tsconfig.json" ``` + +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. ### React Native tsconfig.json Install: @@ -332,6 +338,8 @@ Add to your `tsconfig.json`: ```json "extends": "@tsconfig/remix/tsconfig.json" ``` + +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. ### Strictest tsconfig.json Install: diff --git a/readme-extras/docusaurus.md b/readme-extras/docusaurus.md new file mode 100644 index 0000000..a566513 --- /dev/null +++ b/readme-extras/docusaurus.md @@ -0,0 +1 @@ +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. diff --git a/readme-extras/ember.md b/readme-extras/ember.md new file mode 100644 index 0000000..a566513 --- /dev/null +++ b/readme-extras/ember.md @@ -0,0 +1 @@ +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. diff --git a/readme-extras/nuxt.md b/readme-extras/nuxt.md new file mode 100644 index 0000000..a566513 --- /dev/null +++ b/readme-extras/nuxt.md @@ -0,0 +1 @@ +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution. diff --git a/readme-extras/remix.md b/readme-extras/remix.md new file mode 100644 index 0000000..a566513 --- /dev/null +++ b/readme-extras/remix.md @@ -0,0 +1 @@ +> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution.