js-waku/packages/dns-discovery/tsconfig.karma.json
fryorcraken.eth 1dd32101ba
fix(dns-discovery): Use DOH list from dns-query
To make the library more robust as not all DOH allow CORS. Previous
default DOH got CORS disabled.
2023-04-03 16:05:21 +10:00

8 lines
98 B
JSON

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