Skip to content

Instantly share code, notes, and snippets.

@ryanhallcs
Last active March 15, 2017 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryanhallcs/319f56f5ab439ad86a50948b270cc01b to your computer and use it in GitHub Desktop.
Save ryanhallcs/319f56f5ab439ad86a50948b270cc01b to your computer and use it in GitHub Desktop.
Typescript for sample game project
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": false,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true,
"outDir": "built",
"target": "ES5"
},
"exclude": [
"node_modules",
"build"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment