mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 12:36:12 +00:00
12d86e6abc
`module: "nodenext"` has been introduced. Enabling it for NodeJS tests only.
9 lines
120 B
JSON
9 lines
120 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"noEmit": true
|
|
},
|
|
"exclude": []
|
|
}
|