mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-15 03:23:08 -06:00
* Port performance tools from transforms branch * Use friendlier names, add compiler option to print all recorded measures * Always print total time * + -> .getTime
32 lines
768 B
JSON
32 lines
768 B
JSON
{
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"pretty": true,
|
|
"outFile": "../../built/local/tsc.js",
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"stripInternal": true
|
|
},
|
|
"files": [
|
|
"core.ts",
|
|
"performance.ts",
|
|
"sys.ts",
|
|
"types.ts",
|
|
"scanner.ts",
|
|
"parser.ts",
|
|
"utilities.ts",
|
|
"binder.ts",
|
|
"checker.ts",
|
|
"sourcemap.ts",
|
|
"declarationEmitter.ts",
|
|
"emitter.ts",
|
|
"program.ts",
|
|
"commandLineParser.ts",
|
|
"tsc.ts",
|
|
"diagnosticInformationMap.generated.ts"
|
|
]
|
|
}
|