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

This commit is contained in:
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

View file

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