Skip to content

Commit b242d28

Browse files
committed
build: add tsc type checking in the ci/test pipeline
This commit introduces TypeScript checks and generates type declarations for the existing JavaScript codebase using `tsc` prior to running the linter task. Ref: #9 Signed-off-by: Lance Ball <[email protected]>
1 parent cf36a15 commit b242d28

28 files changed

+4663
-425
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
77

8+
# Generated typedefs
9+
*.d.ts
10+
811
# Runtime data
912
pids
1013
*.pid

0 commit comments

Comments
 (0)