Skip to content

Commit

Permalink
Update workspaces.md
Browse files Browse the repository at this point in the history
Fix table formatting after the content change.
  • Loading branch information
behnam-oneschema authored Nov 13, 2024
1 parent 3a6b334 commit 7b27eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/fundamentals/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ Here's a full matrix of various `deno.json` options available at the workspace
root and its members:

| Option | Workspace | Package | Notes |
| ------------------ | --------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ------------------ | --------- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 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. |
| 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. |
| imports ||| Exclusive with importMap per config file. |
Expand Down

0 comments on commit 7b27eb3

Please sign in to comment.