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

@ -29,8 +29,8 @@
"compile": "tsc -p ./",
"lint": "eslint \"src/**/*.ts\"",
"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": {
@ -39,6 +39,6 @@
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^8.26.0",
"typescript": "^5.0.2",
"vscode-dts": "^0.3.2"
"@vscode/dts": "^0.4.0"
}
}