Fix `console` not being a known symbol in media-preview (#169065)

pull/169197/head
Matt Bierner 2022-12-14 16:57:06 -08:00 committed by GitHub
parent 6b2d74ff9d
commit 804daac1d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "./out",
"types": []
"outDir": "./out"
},
"include": [
"src/**/*",