We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896d7fc commit ecfd3baCopy full SHA for ecfd3ba
tsconfig.browser.json
@@ -1,6 +1,8 @@
1
{
2
"extends": "./tsconfig.json",
3
"include": [
4
- "./src/client/browser"
+ "./src/client/browser",
5
+ "./typings",
6
+ "./types",
7
]
8
}
0 commit comments