chore: update for new dts package name (#875)

This commit is contained in:
Connor Peet
2023-06-05 14:15:49 -07:00
committed by GitHub
parent ca68ab8a9c
commit fb8db2fcd7
11 changed files with 689 additions and 226 deletions

View File

@ -31,8 +31,8 @@
"compile": "tsc -p ./",
"lint": "eslint . --ext .ts,.tsx",
"watch": "tsc -watch -p ./",
"download-api": "vscode-dts dev",
"postdownload-api": "vscode-dts main",
"download-api": "dts dev",
"postdownload-api": "dts main",
"postinstall": "npm run download-api"
},
"devDependencies": {
@ -41,6 +41,6 @@
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"typescript": "^5.0.2",
"vscode-dts": "^0.3.3"
"@vscode/dts": "^0.4.0"
}
}