Skip to content

Commit

Permalink
Add note regarding allowJs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Nov 7, 2024
1 parent 913f94f commit 1983571
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 @@ -213,6 +213,16 @@ $ local-action run /path/to/typescript-action src/main.ts .env
================================================================================
```
## (TypeScript) TSConfig Requirements
If you are testing TypeScript actions, there are a few settings that **must** be
configured in your `tsconfig.json` file (either explicitly or via their default
values).
| Property | Required Value |
| ------------------------------------------------------------- | -------------- |
| [`allowJs`](https://www.typescriptlang.org/tsconfig/#allowJs) | `false` |
## Features
The following list links to documentation on how to use various features of the
Expand Down

0 comments on commit 1983571

Please sign in to comment.