js-waku/tsconfig.dev.json
2022-06-20 14:32:20 +10:00

8 lines
94 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"noEmit": true
},
"exclude": []
}