js-waku/packages/discovery/tsconfig.karma.json
Danish Arora 1e86c3d63e
feat!: @waku/discovery (#1876)
* initialise the new package

* move dns-discovery

* move peer-exchange

* move local-peer-cache-discovery

* add polyfill for node - dynamic import

* update size-limit

* update release-please

* chore: update pacakge desc

* chore: cleanup

* add peer-exchange and local peer cache to size-limit
2024-03-12 15:56:49 +05:30

8 lines
98 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "esnext"
},
"exclude": []
}