diff --git a/docs/user/config/index.md b/docs/user/config/index.md index dd700e897b..283b46c579 100644 --- a/docs/user/config/index.md +++ b/docs/user/config/index.md @@ -87,6 +87,7 @@ With the below config in your `tsconfig`: // tsconfig.json { "compilerOptions": { + "baseUrl": ".", "paths": { "@App/*": ["src/*"], "lib/*": ["common/*"]