I have clone the project frida-agent-example from https://github.com/oleavr/frida-agent-example . and add import {readdir} from "frida-fs"; to agent/index.ts.


I get error when build

after add moduleResolution="Node16", get the same error

node.js vesion: v18.16.0
I have clone the project frida-agent-example from https://github.com/oleavr/frida-agent-example . and add



import {readdir} from "frida-fs";to agent/index.ts.I get error when build
after add moduleResolution="Node16", get the same error

node.js vesion: v18.16.0