-
-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code changes required to rename default branch to main (#1254)
- Loading branch information
Showing
8 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
--- | ||
contact_links: | ||
- | ||
--- | ||
contact_links: | ||
- | ||
name: Question | ||
about: "Please ask and answer usage questions in our Discussion forum." | ||
url: "https://github.com/TypeStrong/ts-node/discussions" | ||
- | ||
- | ||
name: Chat | ||
about: "Alternatively, you can use the TypeScript Community Discord." | ||
url: "https://discord.gg/typescript" | ||
- | ||
- | ||
name: "Help! My Types Are Missing!" | ||
about: "This is likely a configuration problem. Check our README" | ||
url: "https://github.com/TypeStrong/ts-node/blob/master/README.md#help-my-types-are-missing" | ||
- | ||
url: "https://github.com/TypeStrong/ts-node/blob/main/README.md#help-my-types-are-missing" | ||
- | ||
name: "TSError or SyntaxError" | ||
about: "These errors come from TypeScript and node, respectively. Use StackOverflow or Discord for usage and configuration help." | ||
url: "https://stackoverflow.com/questions/tagged/ts-node" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"type": "module", | ||
"dependencies": { | ||
"ts-node": "github:TypeStrong/ts-node#master", | ||
"ts-node": "github:TypeStrong/ts-node#main", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters