mirror of
https://github.com/actions/typescript-action.git
synced 2026-01-10 11:33:29 +08: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