There was an error while loading. Please reload this page.
1 parent a967f7f commit 8f0d04cCopy full SHA for 8f0d04c
fixtures/output/example/0011.d.ts
@@ -131,4 +131,6 @@ export declare const bunshPackage: {
131
];
132
fullPath: 'bun.sh';
133
aliases: readonly ['bun']
134
-};
+};
135
+
136
+export type BunshPackage = typeof bunshPackage;
tsconfig.json
@@ -27,6 +27,7 @@
27
},
28
"exclude": [
29
"**/fixtures",
30
+ "**/example",
31
"**/dist"
32
]
33
}
0 commit comments