build(react-relay-js): craco needs typescript
ref: https://github.com/dilanx/craco/issues/447
This commit is contained in:
parent
7523fdd202
commit
3e97e01d2a
|
@ -40,6 +40,7 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@craco/craco": "7.0.0-alpha.7"
|
||||
"@craco/craco": "7.0.0-alpha.7",
|
||||
"typescript": "^4.7.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,6 +10,7 @@ specifiers:
|
|||
react: ^18.2.0
|
||||
react-dom: ^18.2.0
|
||||
react-scripts: 5.0.1
|
||||
typescript: ^4.7.4
|
||||
|
||||
dependencies:
|
||||
'@testing-library/jest-dom': 5.16.5
|
||||
|
@ -23,6 +24,7 @@ dependencies:
|
|||
|
||||
devDependencies:
|
||||
'@craco/craco': 7.0.0-alpha.7_6dh3mp4abgujcafyrw5alwgbbe
|
||||
typescript: 4.7.4
|
||||
|
||||
packages:
|
||||
|
||||
|
|
Loading…
Reference in New Issue