mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 13:53:12 +00:00
9 lines
132 B
JSON
9 lines
132 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src", "tests"]
|
|
}
|