Skip to content

Commit eab425b

Browse files
committed
refactor: Add overwriteNodeModules to config type
1 parent c1b659a commit eab425b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export type ImportOrExportClause = ts.ImportDeclaration["importClause"] | ts.Exp
2020

2121
export interface TsTransformPathsConfig extends PluginConfig {
2222
readonly useRootDirs?: boolean;
23+
readonly overwriteNodeModules?: boolean;
2324
}
2425

2526
// endregion

0 commit comments

Comments
 (0)