mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 20:46:52 +00:00
1dd32101ba
To make the library more robust as not all DOH allow CORS. Previous default DOH got CORS disabled.
8 lines
98 B
JSON
8 lines
98 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "esnext"
|
|
},
|
|
"exclude": []
|
|
}
|