Skip to content

Commit a595502

Browse files
Merge pull request #5 from TheDecipherist/fix/ci-empty-src
fix(ci): add placeholder src/index.ts so TypeScript finds inputs
2 parents a20fd8a + 0caff40 commit a595502

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Starter kit entry point — replace with your application code.
2+
// This file exists so TypeScript finds at least one input in src/.
3+
export {};

0 commit comments

Comments
 (0)