js-waku/packages/create/tsconfig.dev.json

9 lines
118 B
JSON
Raw Normal View History

2022-10-31 03:32:39 +00:00
{
"extends": "./tsconfig",
"compilerOptions": {
"module": "esnext",
"noEmit": true
},
"exclude": []
}