{ "compilerOptions": { "noImplicitAny": true, "noImplicitThis": true, "removeComments": true, "preserveConstEnums": true, "pretty": true, "outFile": "../../built/local/tsc.js", "sourceMap": true, "declaration": true, "stripInternal": true, "target": "es5", "noUnusedLocals": true, "noUnusedParameters": true }, "files": [ "core.ts", "performance.ts", "sys.ts", "types.ts", "scanner.ts", "parser.ts", "utilities.ts", "binder.ts", "checker.ts", "factory.ts", "visitor.ts", "transformers/ts.ts", "transformers/jsx.ts", "transformers/esnext.ts", "transformers/es2017.ts", "transformers/es2016.ts", "transformers/es2015.ts", "transformers/es5.ts", "transformers/generators.ts", "transformers/es5.ts", "transformers/destructuring.ts", "transformers/module/module.ts", "transformers/module/system.ts", "transformers/module/es2015.ts", "transformer.ts", "comments.ts", "sourcemap.ts", "declarationEmitter.ts", "emitter.ts", "program.ts", "commandLineParser.ts", "tsc.ts", "diagnosticInformationMap.generated.ts" ] }