Skip to content

Commit aec21ed

Browse files
author
Kartik Raj
committed
Include proposed APIs for browser config
1 parent a6573c6 commit aec21ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.browser.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33
"include": [
4-
"./src/client/browser"
4+
"./src/client/browser",
5+
"./types/vscode.proposed.d.ts"
56
]
67
}

0 commit comments

Comments
 (0)