Skip to content

Commit 26d0755

Browse files
panteliselefnikosdouvlis
authored andcommitted
fix(clerk-sdk-node): Issue with @types/webpack preventing build
1 parent 24a16fd commit 26d0755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/sdk-node/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"resolveJsonModule": true,
1515
"sourceMap": false,
1616
"strict": true,
17-
"target": "ES2020"
17+
"target": "ES2020",
18+
"types": ["jest"]
1819
},
1920
"exclude": ["node_modules"],
2021
"include": ["src/index.ts", "src/instance.ts"]

0 commit comments

Comments
 (0)