js-waku/packages/react/tsconfig.dev.json
Sasha ad0bed69ba
feat: add waku/react package and make it compatible with React frameworks (#2656)
* chore: add waku/react package

* fix check

* remove not needed logic from waku/react package

* make it compatible with expo/next

* add to release please

* remove tests
2025-10-08 15:37:49 +02:00

7 lines
85 B
JSON

{
"extends": "../../tsconfig.dev",
"compilerOptions": {
"jsx": "react"
}
}