Skip to content

Instantly share code, notes, and snippets.

@cmatskas
Created August 28, 2015 13:02
Show Gist options
  • Save cmatskas/2a1be873cb3bbaeb147c to your computer and use it in GitHub Desktop.
Save cmatskas/2a1be873cb3bbaeb147c to your computer and use it in GitHub Desktop.
tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"out": "../../built/local/tsc.js",
"sourceMap": true
},
"files": [
"core.ts",
"sys.ts",
"types.ts",
"scanner.ts",
"parser.ts",
"utilities.ts",
"binder.ts",
"checker.ts",
"emitter.ts",
"program.ts",
"commandLineParser.ts",
"tsc.ts",
"diagnosticInformationMap.generated.ts"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment