Skip to content

Commit 67fbd76

Browse files
committed
chore: fixups for the ai snippet
1 parent 2ec92ee commit 67fbd76

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

snippets/ai/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snippets/ai/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"allowJs": true,
1616
"resolveJsonModule": true
1717
},
18-
"include": ["src/**/*.ts"],
18+
"include": ["src/**/*.ts", "src/index.js"],
1919
"exclude": ["src/**/*.test.ts"]
2020
}

0 commit comments

Comments
 (0)