Skip to content

Commit 7375af2

Browse files
authored
Fix scenario with importMap at root and imports in member (#1426)
1 parent e97dd6c commit 7375af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/fundamentals/workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ root and its members:
286286
| Option | Workspace | Package | Notes |
287287
| ------------------ | --------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
288288
| compilerOptions ||| For now we only allow one set of compilerOptions per workspace. This is because multiple changes to both deno_graph and the TSC integration are required to allow more than one set. Also we’d have to determine what compilerOptions apply to remote dependencies. We can revisit this in the future. |
289-
| importMap ||| Exclusive with imports and scopes per config file. It is allowed to have importMap in the workspace config, and imports in the package config. |
289+
| importMap ||| Exclusive with imports and scopes per config file. Additionally, it is not supported to have importMap in the workspace config, and imports in the package config. |
290290
| imports ||| Exclusive with importMap per config file. |
291291
| scopes ||| Exclusive with importMap per config file. |
292292
| exclude ||| |

0 commit comments

Comments
 (0)