add path to react types
This commit is contained in:
@@ -14,6 +14,11 @@
|
|||||||
"module": "esnext",
|
"module": "esnext",
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
|
"paths": {
|
||||||
|
"react": [
|
||||||
|
"./node_modules/@types/react"
|
||||||
|
]
|
||||||
|
},
|
||||||
"types": [
|
"types": [
|
||||||
"react"
|
"react"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user