mirror of https://github.com/waku-org/js-waku.git
8 lines
111 B
JSON
8 lines
111 B
JSON
|
{
|
||
|
"extends": "./tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true
|
||
|
},
|
||
|
"exclude": ["node_modules/**"]
|
||
|
}
|