mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-05 14:59:47 +00:00
fix: fixes jest globals type error
This commit makes sure that no '@jest/globals' types missing error is thrown when working in vscode.
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -96,4 +96,9 @@ Thumbs.db
|
||||
|
||||
# Ignore built ts files
|
||||
__tests__/runner/*
|
||||
lib/**/*
|
||||
lib/**/*
|
||||
|
||||
# IDE files
|
||||
.idea
|
||||
.vscode
|
||||
*.code-workspace
|
||||
|
Reference in New Issue
Block a user