Skip to content

Commit ecfd3ba

Browse files
jakebaileykarthiknadig
authored andcommitted
Add typings/types to browser tsconfig
1 parent 896d7fc commit ecfd3ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.browser.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33
"include": [
4-
"./src/client/browser"
4+
"./src/client/browser",
5+
"./typings",
6+
"./types",
57
]
68
}

0 commit comments

Comments
 (0)