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

@ -1,4 +1,3 @@
/// <reference types="node" resolution-mode="require"/>
import * as path from 'path';
export { path };
import * as tsbundle from '@git.zone/tsbundle';