Skip to content

Commit d2cca8d

Browse files
committed
fix: remove incorrect file include in tsconfig
1 parent 34375ab commit d2cca8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/packages/client/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
},
2020
"stripInternal": true
2121
},
22-
"include": ["src", "../core/src/subscriber.ts"],
22+
"include": ["src/**/*"],
2323
"exclude": ["node_modules", "dist"]
2424
}

0 commit comments

Comments
 (0)