js-waku/packages/react/tsconfig.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

13 lines
304 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "dist/",
"rootDir": "src",
"tsBuildInfoFile": "dist/.tsbuildinfo",
"declarationDir": "dist",
"jsx": "react"
},
"include": ["src", "*.js"],
"exclude": ["src/**/*.spec.ts", "src/**/*.spec.tsx", "src/test_utils"]
}