| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -958,17 +958,19 @@ with the following structure: | |||
| 958 | 958 | ```json | |
| 959 | 959 | { | |
| 960 | 960 | "$schema": "https://nodejs.org/dist/REPLACEME/docs/node_config_json_schema.json", | |
| 961 | - "experimental-transform-types": true, | ||
| 962 | - "import": [ | ||
| 963 | - "amaro/transform" | ||
| 964 | - ], | ||
| 965 | - "disable-warning": "ExperimentalWarning", | ||
| 966 | - "watch-path": "src", | ||
| 967 | - "watch-preserve-output": true | ||
| 961 | + "nodeOptions": { | ||
| 962 | + "experimental-transform-types": true, | ||
| 963 | + "import": [ | ||
| 964 | + "amaro/transform" | ||
| 965 | + ], | ||
| 966 | + "disable-warning": "ExperimentalWarning", | ||
| 967 | + "watch-path": "src", | ||
| 968 | + "watch-preserve-output": true | ||
| 969 | + } | ||
| 968 | 970 | } | |
| 969 | 971 | ``` | |
| 970 | 972 | ||
| 971 | - Only flags that are allowed in [`NODE_OPTIONS`][] are supported. | ||
| 973 | + In the `nodeOptions` field, only flags that are allowed in [`NODE_OPTIONS`][] are supported. | ||
| 972 | 974 | No-op flags are not supported. | |
| 973 | 975 | Not all V8 flags are currently supported. | |
| 974 | 976 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments