diff --git a/package.json b/package.json index dd4dab9..07d8e9b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ }, "scripts": { "build": "tsup src/index.ts --external vscode", - "dev": "nr build --watch", + "dev": "nr build --watch --sourcemap", "prepare": "nr update", "update": "vscode-ext-gen --output src/generated/meta.ts", "lint": "eslint .",