mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
fix: add moduleResolution to package.json (#65)
Co-authored-by: Sasha <118575614+weboko@users.noreply.github.com>
This commit is contained in:
parent
b429b055db
commit
5d7f77f300
@ -1,5 +1,6 @@
|
||||
import type { IRateLimitProof } from "@waku/interfaces";
|
||||
import init, * as zerokitRLN from "@waku/zerokit-rln-wasm";
|
||||
import { default as init } from "@waku/zerokit-rln-wasm";
|
||||
import * as zerokitRLN from "@waku/zerokit-rln-wasm";
|
||||
|
||||
import { writeUIntLE } from "./byte_utils.js";
|
||||
import { dateToEpoch, epochIntToBytes } from "./epoch.js";
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
"target": "es2020",
|
||||
"outDir": "dist/",
|
||||
"rootDir": "src",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "node16",
|
||||
"module": "es2020",
|
||||
"declaration": true,
|
||||
"allowJs": true,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user