fix: use peerDeps for cross-project compat
This commit is contained in:
parent
cfe30757e5
commit
509e7bae7b
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@transquinnftw/typescript-config-react",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "TypeScript configuration for React applications with JSX support",
|
||||
"main": "tsconfig.react.json",
|
||||
"exports": {
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"@transquinnftw/typescript-config-base": "*"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue