Exclude global types from devtools user test (#20172)

This commit is contained in:
Wesley Wigham 2017-11-20 15:17:53 -08:00 committed by GitHub
parent e684f30d18
commit 2c8e49f32e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1507 additions and 1461 deletions

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,8 @@
"outDir": "./built",
"allowJs": true,
"checkJs": true,
"lib": ["dom", "es2017"]
"lib": ["dom", "es2017"],
"types": []
},
"include": [
"./node_modules/chrome-devtools-frontend/front_end/**/*.js"