diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 91f1fa1..ef7a204 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,6 +11,9 @@ "name": "BushBot", "request": "launch", "type": "pwa-node", + "runtimeArgs": [ + "--experimental-specifier-resolution=node" + ], "skipFiles": [ "<node_internals>/**", // "**/Yarn/**", |