Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 653312d

Browse files
authored
(docs) tsconfig path alias info
1 parent f92a0a4 commit 653312d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ Or remove the script via:
7272
rm scripts/setupTypeScript.js
7373
```
7474

75+
If you want to use `baseUrl` or `path` aliases within your `tsconfig`, you need to set up `@rollup/plugin-alias` to tell Rollup to resolve the aliases. For more info, see [this StackOverflow question](https://stackoverflow.com/questions/63427935/setup-tsconfig-path-in-svelte).
76+
7577
## Deploying to the web
7678

7779
### With [Vercel](https://vercel.com)

0 commit comments

Comments
 (0)