Skip to content

Commit 8f0d04c

Browse files
committed
chore: wip
1 parent a967f7f commit 8f0d04c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

fixtures/output/example/0011.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,6 @@ export declare const bunshPackage: {
131131
];
132132
fullPath: 'bun.sh';
133133
aliases: readonly ['bun']
134-
};
134+
};
135+
136+
export type BunshPackage = typeof bunshPackage;

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
},
2828
"exclude": [
2929
"**/fixtures",
30+
"**/example",
3031
"**/dist"
3132
]
3233
}

0 commit comments

Comments
 (0)