Skip to content

Commit

Permalink
build: removed unnessasery ts internal types
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Sep 6, 2021
1 parent bf547e1 commit 81dd8df
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/experimental-utils/typings/typescript.d.ts
Expand Up @@ -23,11 +23,4 @@ declare module 'typescript' {
*/
getTypeOfPropertyOfType(type: Type, propertyName: string): Type | undefined;
}

interface Type {
/**
* If the type is `any`, and this is set to "error", then TS was unable to resolve the type
*/
intrinsicName?: string;
}
}

0 comments on commit 81dd8df

Please sign in to comment.