Skip to content

Commit b8e2264

Browse files
updating config docs to make it clearer that there are other fields a… (#1550)
1 parent 8997cf5 commit b8e2264

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

runtime/fundamentals/configuration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ works as well:
462462
}
463463
```
464464

465-
## Full example
465+
## An example `deno.json` file
466466

467467
```json
468468
{
@@ -509,6 +509,11 @@ works as well:
509509
}
510510
```
511511

512+
This is an example of a `deno.json` file that configures the TypeScript compiler
513+
options, linter, formatter, node modules directory, etc. For a full list of
514+
available fields and configurations, see the
515+
[Deno configuration file schema](#json-schema).
516+
512517
## JSON schema
513518

514519
A JSON schema file is available for editors to provide autocompletion. The file

0 commit comments

Comments
 (0)