unzico

Results 3 comments of unzico

We have exactly the same problem and it's very difficult to identify the actual problem. It seems that the `require` option is completely ignored. This is currently blocking our development...

@edorivai You should be able to 'fix' this by either setting the `transpileOnly` option in your `tsconfig.json` or setting the env var `TS_NODE_TRANSPILE_ONLY`. **tsconfig.json** ```json { "ts-node": { "transpileOnly": true...

> Oh, it should be listed as dep, PR welcome. Opened a PR: https://github.com/un-ts/eslint-plugin-import-x/pull/82