Skip to content

Commit

Permalink
fix: type-only regression for ts 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lonyele committed Dec 7, 2021
1 parent 47d7daf commit bc45172
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/typescript-estree/src/ts-estree/ts-nodes.ts
Expand Up @@ -8,6 +8,8 @@ declare module 'typescript' {
export interface TemplateLiteralTypeNode extends ts.Node {}
export interface PrivateIdentifier extends ts.Node {}
export interface ClassStaticBlockDeclaration extends ts.Node {}
export interface AssertClause extends ts.Node {}
export interface AssertEntry extends ts.Node {}
/* eslint-enable @typescript-eslint/no-empty-interface */
}

Expand Down

0 comments on commit bc45172

Please sign in to comment.