| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a40ff1f commit 4729649
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -936,14 +936,10 @@ added: v23.10.0 | |||
| 936 | 936 | ||
| 937 | 937 | > Stability: 1.0 - Early development | |
| 938 | 938 | ||
| 939 | - If present, Node.js will look for a | ||
| 940 | - configuration file at the specified path. | ||
| 941 | - Node.js will read the configuration file and apply the settings. | ||
| 942 | - The configuration file should be a JSON file | ||
| 943 | - with the following structure: | ||
| 944 | - | ||
| 945 | - > \[!NOTE] | ||
| 946 | - > Replace `vX.Y.Z` in the `$schema` with the version of Node.js you are using. | ||
| 939 | + If present, Node.js will look for a configuration file at the specified path. | ||
| 940 | + Node.js will read the configuration file and apply the settings. The | ||
| 941 | + configuration file should be a JSON file with the following structure. `vX.Y.Z` | ||
| 942 | + in the `$schema` must be replaced with the version of Node.js you are using. | ||
| 947 | 943 | ||
| 948 | 944 | ```json | |
| 949 | 945 | { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -91,9 +91,9 @@ but we recommend version 5.8 or newer with the following `tsconfig.json` setting | |||
| 91 | 91 | } | |
| 92 | 92 | ``` | |
| 93 | 93 | ||
| 94 | - > \[!NOTE] | ||
| 95 | - > Use the `noEmit` option if you intend to only execute `*.ts` files, for example a build script. | ||
| 96 | - > You won't need this flag if you intend to distribute `*.js` files. | ||
| 94 | + Use the `noEmit` option if you intend to only execute `*.ts` files, for example | ||
| 95 | + a build script. You won't need this flag if you intend to distribute `*.js` | ||
| 96 | + files. | ||
| 97 | 97 | ||
| 98 | 98 | ### Determining module system | |
| 99 | 99 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments