js-waku/tsconfig.dev.json

8 lines
94 B
JSON
Raw Normal View History

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