Skip to content

Commit

Permalink
Add vitest globals to tsconfig (#11413)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls authored Sep 3, 2024
1 parent f6ee7be commit f687ba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arches/install/arches-templates/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"types": ["vitest/globals"],
"allowImportingTsExtensions": true
}
}
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"types": ["vitest/globals"],
"allowImportingTsExtensions": true
}
}

0 comments on commit f687ba9

Please sign in to comment.