Skip to content

Commit

Permalink
docs: add note to readme on ts-node workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobheun committed Jan 27, 2024
1 parent 49f7e0e commit bf420ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@

## Configuration & Usage

**Important Note** on '@tsconfig/node18/tsconfig.json' not found, and Tap:

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:

```
npx tap plugin add @tapjs/tsx
npx tap plugin rm @tapjs/typescript
```


### CI
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.

Expand Down

0 comments on commit bf420ca

Please sign in to comment.