mirror of
https://github.com/octocat/Hello-World.git
synced 2026-07-01 15:27:50 +00:00
Se agrego el nombre, la edad y la fecha de nacimiento
This commit is contained in:
parent
7fd1a60b01
commit
7c7a2019bf
23 changed files with 9454 additions and 0 deletions
23
.vscode/settings.json
vendored
Normal file
23
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"search.exclude": {
|
||||
"**/.sst": true
|
||||
},
|
||||
"task.allowAutomaticTasks": true,
|
||||
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"typescript.preferences.importModuleSpecifier": "relative",
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"debug.openDebug": "neverOpen",
|
||||
"problems.autoReveal": true,
|
||||
"terminal.integrated.hideOnStartup": "always",
|
||||
"terminal.integrated.defaultProfile.windows": "Command Prompt",
|
||||
"terminal.integrated.inheritEnv": false,
|
||||
"jestrunner.configPath": "jest.unit.config.cjs",
|
||||
"compile-hero.disable-compile-files-on-did-save-code": true,
|
||||
"tasks": {
|
||||
"label": "lint on open",
|
||||
"type": "shell",
|
||||
"command": "npm run lint",
|
||||
"runOn": "folderOpen"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue