mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
[react] Add missing "react-dom/*" path mapping (#47870)
This commit is contained in:
parent
5dff4b26f3
commit
f28e562fdd
@ -13,7 +13,8 @@
|
||||
],
|
||||
"paths": {
|
||||
"react": ["react/v15"],
|
||||
"react-dom": ["react-dom/v15"]
|
||||
"react-dom": ["react-dom/v15"],
|
||||
"react-dom/*": ["react-dom/v15/*"]
|
||||
},
|
||||
"noImplicitAny": true,
|
||||
"noImplicitThis": false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user