Skip to content

Commit bf420ca

Browse files
committed
docs: add note to readme on ts-node workaround
1 parent 49f7e0e commit bf420ca

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88

99
## Configuration & Usage
1010

11+
**Important Note** on '@tsconfig/node18/tsconfig.json' not found, and Tap:
12+
13+
There is currently an [issue](https://github.com/tapjs/tapjs/issues/976) in ts-node that causes a loading problem when combined with Tap.js. There is a [recommended](['@tsconfig/node20/tsconfig.json' not found](https://github.com/tapjs/tapjs/issues/976#issuecomment-1824784507)) workaround for this. Once you update your skeleton, swap out these plugins:
14+
15+
```
16+
npx tap plugin add @tapjs/tsx
17+
npx tap plugin rm @tapjs/typescript
18+
```
19+
20+
1121
### CI
1222
In your projects `package.json` you can set custom CI variables to extend the default workflow. The following configuration will add a Postgres service to the test job, as well as inject the `DOTENV_KEY` environment variables for dotenv vault usage.
1323

0 commit comments

Comments
 (0)