Skip to content

Commit

Permalink
Merge pull request #2080 from codefori/fix/typings
Browse files Browse the repository at this point in the history
Fix types generation
  • Loading branch information
worksofliam authored May 31, 2024
2 parents 5dc63ce + 812143e commit 02bf027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2831,7 +2831,7 @@
"vscode:prepublish": "webpack --mode production",
"webpack": "webpack --mode development",
"webpack-dev": "webpack --mode development --watch",
"typings": "npx -p typescript tsc ./src/extension.ts --declaration --allowJs --emitDeclarationOnly --outDir types --esModuleInterop -t es2022 --moduleResolution node"
"typings": "npx -p typescript tsc ./src/extension.ts --declaration --allowJs --emitDeclarationOnly --outDir types --esModuleInterop -t es2022 --moduleResolution node --resolveJsonModule"
},
"devDependencies": {
"@types/glob": "^7.1.3",
Expand Down

0 comments on commit 02bf027

Please sign in to comment.