add path to react types

This commit is contained in:
Björn Dalfors
2024-03-10 12:56:35 +01:00
parent 1f0c6771e5
commit b51b3065b0

View File

@@ -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"
], ],