Skip to content

Commit

Permalink
fix path to types
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Jan 24, 2023
1 parent 577c92d commit 86d3b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"url": "https://github.com/stateful/vscode-telemetry/issues"
},
"type": "module",
"types": "./build/index.d.ts",
"types": "./build/build/index.d.ts",
"main": "./build/cjs/index.js",
"module": "./build/esm/index.js",
"browser": "./build/browser/index.js",
"exports": {
"./webview": "./build/webview.js",
".": {
"types": "./build/index.d.ts",
"types": "./build/build/index.d.ts",
"require": "./build/cjs/index.js",
"browser": "./build/browser/index.js",
"import": "./build/esm/index.js"
Expand Down

0 comments on commit 86d3b17

Please sign in to comment.