Don't build internal TS packages

This commit is contained in:
Gregory Schier
2024-09-23 07:22:25 -07:00
parent 164865c845
commit 9bb1e1232f
17 changed files with 57 additions and 74 deletions
+3
View File
@@ -1 +1,4 @@
export * from './bindings/parser';
export type COOL = {
bar: string;
};