Skip to content

Commit

Permalink
Fix types generation
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Julliand <sjulliand@arcadsoftware.com>
  • Loading branch information
sebjulliand committed May 28, 2024
1 parent 021fc7d commit 812143e
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 812143e

Please sign in to comment.