Skip to content

Instantly share code, notes, and snippets.

View ferreiraapfernanda's full-sized avatar
:shipit:

Fernanda Aparecida Ferreira ferreiraapfernanda

:shipit:
View GitHub Profile
@ferreiraapfernanda
ferreiraapfernanda / tsconfig.json
Created August 14, 2019 19:24
TS Config Example Alura
{
"compilerOptions": {
"target": "es6",
"outDir": "js",
"noEmitOnError": true,
"noImplicitAny": false,
"removeComments": true,
"module": "commonjs",
"strictNullChecks": false,
"experimentalDecorators": true
// iMacro CheatSheet - Command Reference
// http://wiki.imacros.net/Command_Reference
// iMacros supports 3 types of variables:
// * The macro variables !VAR0 thru !VAR9. They can be used with the SET and ADD command inside a macro.
// * Built-in variables. They contain certain values set by iMacros.
// * User-defined variables. They are defined in-macro using the SET command.