Skip to content

Commit

Permalink
Fix console not being a known symbol in media-preview (#169065)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz authored Dec 15, 2022
1 parent 6b2d74f commit 804daac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions extensions/media-preview/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"types": []
"outDir": "./out"
},
"include": [
"src/**/*",
Expand Down

0 comments on commit 804daac

Please sign in to comment.