Skip to content

Commit

Permalink
Merge pull request #248 from fox-forks/hyperupcall-baseurl
Browse files Browse the repository at this point in the history
Add `baseUrl` notices to readme
  • Loading branch information
orta authored Feb 4, 2024
2 parents 4d9a70f + c5b4455 commit 811b956
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd><a href="./bases/ember.json">tsconfig.json</a></kbd>
Install:
Expand All @@ -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 <kbd><a href="./bases/next.json">tsconfig.json</a></kbd>
Install:
Expand Down Expand Up @@ -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 <kbd><a href="./bases/react-native.json">tsconfig.json</a></kbd>
Install:
Expand Down Expand Up @@ -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 <kbd><a href="./bases/strictest.json">tsconfig.json</a></kbd>
Install:
Expand Down
1 change: 1 addition & 0 deletions readme-extras/docusaurus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution.
1 change: 1 addition & 0 deletions readme-extras/ember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution.
1 change: 1 addition & 0 deletions readme-extras/nuxt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution.
1 change: 1 addition & 0 deletions readme-extras/remix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
> **NOTE**: You may need to add `"baseUrl": "."` to your `tsconfig.json` to support proper file resolution.

0 comments on commit 811b956

Please sign in to comment.