Skip to content

Commit

Permalink
fix: Remove type export now export = is used
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed May 11, 2021
1 parent 158ee1a commit 81431a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import * as typescript from "typescript";

export interface Options {
interface Options {
exclude?: string[];
files?: string[];
global?: boolean;
Expand Down

0 comments on commit 81431a7

Please sign in to comment.