mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-10 04:26:33 +00:00
9 lines
118 B
JSON
9 lines
118 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"noEmit": true
|
|
},
|
|
"exclude": []
|
|
}
|