js-waku/tsconfig.dev.json
2022-08-24 15:25:37 +10:00

9 lines
118 B
JSON

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