js-waku/tsconfig.dev.json
fryorcraken.eth 12d86e6abc
chore!: bump typescript
`module: "nodenext"` has been introduced. Enabling it for NodeJS tests
only.
2023-02-10 13:54:41 +11:00

9 lines
120 B
JSON

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