mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 21:53:08 +00:00
9 lines
118 B
JSON
9 lines
118 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig",
|
||
|
|
"compilerOptions": {
|
||
|
|
"module": "esnext",
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"exclude": []
|
||
|
|
}
|