create different ssh key according the article Set-Up Git
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
module.exports = { | |
globals: { | |
'ts-jest': { | |
diagnostics: { | |
warnOnly: true, | |
}, | |
}, | |
}, | |
moduleFileExtensions: ['ts', 'tsx', 'js', 'json'], | |
transform: { |
create different ssh key according the article Set-Up Git
$ ssh-keygen -t rsa -b 4096 -C "[email protected]"
使用方式: