mirror of https://github.com/waku-org/js-waku.git
9 lines
118 B
JSON
9 lines
118 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"exclude": []
|
||
|
}
|