Skip to content

Commit bf1815c

Browse files
author
Kartik Raj
committed
Include common module for browser config
1 parent aec21ed commit bf1815c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.browser.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.json",
33
"include": [
44
"./src/client/browser",
5-
"./types/vscode.proposed.d.ts"
5+
"./types/vscode.proposed.d.ts",
6+
"./src/client/common"
67
]
78
}

0 commit comments

Comments
 (0)