Skip to content

Commit

Permalink
Include common module for browser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Oct 12, 2021
1 parent aec21ed commit bf1815c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"include": [
"./src/client/browser",
"./types/vscode.proposed.d.ts"
"./types/vscode.proposed.d.ts",
"./src/client/common"
]
}

0 comments on commit bf1815c

Please sign in to comment.