mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-17 00:55:32 -05:00
Exclude global types from devtools user test (#20172)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user