mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 05:33:08 +00:00
* adjust config * fix all lint issues * fix ts build * fix test issue * fix ci * add browser * imporve wasm test * fix wasm karma server * try * try * add output folder * try production config * fix test runner
8 lines
135 B
JSON
8 lines
135 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true
|
|
}
|
|
} |