Skip to content

Instantly share code, notes, and snippets.

@spaghettiSyntax
Last active April 19, 2018 20:53
Show Gist options
  • Save spaghettiSyntax/eeec23e920da512636d1df2662c11362 to your computer and use it in GitHub Desktop.
Save spaghettiSyntax/eeec23e920da512636d1df2662c11362 to your computer and use it in GitHub Desktop.
tsconfig
{
"files":[
"typescript/main.ts",
"typescript/ToDoItem.ts"
],
"compilerOptions": {
"removeComments": true,
"outFile": "scripts/code.js",
"target": "es5",
"watch": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment