mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-07 05:41:22 -06:00
Exclude global types from devtools user test (#20172)
This commit is contained in:
parent
e684f30d18
commit
2c8e49f32e
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user