Skip to content

Commit 1016b22

Browse files
committed
Removed section on VSCode Path Aliases in README.md, this is already resolved with tsconfig.build.json [ci skip]
1 parent c13ce84 commit 1016b22

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

-18
Original file line numberDiff line numberDiff line change
@@ -81,24 +81,6 @@ Due to https://github.com/microsoft/TypeScript/issues/10866, you cannot use path
8181

8282
However, we have left the path alias configuration in `tsconfig.json`, `jest.config.js` and in the tests we are making use of the `@` alias.
8383

84-
#### VSCode Path Aliases
85-
86-
VSCode cannot follow path aliases in our tests due to
87-
https://github.com/microsoft/vscode/issues/94474.
88-
89-
To resolve this, add `./tests/**/*` into the `tsconfig` `include` section:
90-
91-
```json
92-
"include": [
93-
"./src/**/*",
94-
"./tests/**/*'
95-
]
96-
```
97-
98-
This will however make `tsc` build the `tests` into the `dist` output.
99-
100-
**Therefore this fix should only be done in your own workspace, do not commit or push this change up.**
101-
10284
### Native Module Toolchain
10385

10486
There are some nuances when packaging with native modules.

0 commit comments

Comments
 (0)