Skip to content

Commit

Permalink
feat(types): add unbound property in parser options (#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
juank1809 committed Aug 17, 2022
1 parent faaac27 commit e08a9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/parser-options.ts
Expand Up @@ -58,6 +58,7 @@ interface ParserOptions {
tsconfigRootDir?: string;
warnOnUnsupportedTypeScriptVersion?: boolean;
moduleResolver?: string;
[additionalProperties: string]: unknown;
}

export { DebugLevel, EcmaVersion, ParserOptions, SourceType };

0 comments on commit e08a9dd

Please sign in to comment.