Skip to content

Instantly share code, notes, and snippets.

@leog
Last active October 19, 2021 21:42
Show Gist options
  • Select an option

  • Save leog/a6abba52f58710475c18b6cff38f041e to your computer and use it in GitHub Desktop.

Select an option

Save leog/a6abba52f58710475c18b6cff38f041e to your computer and use it in GitHub Desktop.
Configuración TypeScript
{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"outDir": "docs",
"sourceMap": true,
"target": "ES6",
"noImplicitAny": true,
"noImplicitReturns": true,
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment