Skip to content

Commit 3ccbb30

Browse files
committed
feat: Add initial Typescript definitions
1 parent 257be69 commit 3ccbb30

File tree

14 files changed

+1137
-6
lines changed

14 files changed

+1137
-6
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
- run: npm ci
148148
- name: Build types
149149
run: npm run build:types
150+
- name: Test Types
151+
run: npm run test:types
150152
check-mongo:
151153
strategy:
152154
matrix:

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
types/tests.ts
2+
types/eslint.config.mjs

0 commit comments

Comments
 (0)