Skip to content

Commit 90c7515

Browse files
add jest.config to ts config
1 parent a16e1df commit 90c7515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/events/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"extends": "../../tsconfig.base.json",
1515
"include": [
1616
"src/**/*",
17-
"package.json"
17+
"package.json",
18+
"jest.config.ts"
1819
]
1920
}

0 commit comments

Comments
 (0)