Skip to content

Instantly share code, notes, and snippets.

@romulets
Created December 28, 2016 16:12
Show Gist options
  • Save romulets/3442fe007db6f312154b16abcbe41cbe to your computer and use it in GitHub Desktop.
Save romulets/3442fe007db6f312154b16abcbe41cbe to your computer and use it in GitHub Desktop.
To @gsantiango
{
"compilerOptions": {
"module": "AMD",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"outFile": "./dist/scripts/checkers.js"
},
"exclude": [
"node_modules"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment