js-waku/packages/tests/tsconfig.dev.json
2022-11-01 19:57:19 +11:00

9 lines
118 B
JSON

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