fix(typescript): Remove unnecessary reference types in TypeScript declaration files

This commit is contained in:
2024-10-27 19:00:53 +01:00
parent 8ad3a21ed8
commit 8ab28f582b
4 changed files with 20 additions and 101 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.0.24',
version: '2.0.25',
description: 'watch typescript projects during development'
}