Skip to content

Commit f173c8a

Browse files
style(gatsby): Include node types (#4033)
This PR will have various follow-ups to a refactor of the Gatsby SDK. To have more focused and smaller PRs, extracting the styling to this one.
1 parent 77134ca commit f173c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/tsconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"exclude": ["dist"],
55
"compilerOptions": {
66
"rootDir": ".",
7-
"types": ["jest"]
7+
"types": ["node", "jest"]
88
}
99
}

0 commit comments

Comments
 (0)