js-waku/packages/message-encryption/tsconfig.dev.json

9 lines
118 B
JSON
Raw Normal View History

2022-11-04 00:13:12 +00:00
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "esnext",
"noEmit": true
},
"exclude": []
}