jiouiuw

Results 8 comments of jiouiuw

@HsinHeng released. this issue should be closed

Try add `TS_CONFIG_PATHS=true` before `ts-mocha`, like this: ```bash "test": "cross-env TS_CONFIG_PATHS=true ts-mocha --recursive -n loader=ts-node/esm -n experimental-specifier-resolution=node -p tsconfig.json --paths 'tests/**/*.spec.ts'", ``` `cross-env` is for windows environment.

I download the `chat.js.zip`, oh my god, so many leak possible change in the code...

try 4.5.2

Another suggest, if you write node.js, typescript is a good choice, strong type.

@leviluo your js code is messy

@furstenheim Hi, Sorry to hear that. Maybe you check this one? I try, It's worked https://github.com/ts-monorepo/basic/blob/main/apps/hello/package.json ```bash ➜ pnpm --filter=hello-app test > [email protected] test /Users/jiouiuw/Projects/basic/apps/hello > cross-env NODE_ENV=test TS_CONFIG_PATHS=true ts-mocha...