js-waku/tsconfig.dev.json

8 lines
111 B
JSON
Raw Normal View History

2021-05-11 01:33:20 +00:00
{
"extends": "./tsconfig",
"compilerOptions": {
"noEmit": true
},
"exclude": ["node_modules/**"]
}