mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
20 lines
467 B
JSON
20 lines
467 B
JSON
{
|
|
"compilerOptions": {
|
|
"removeComments": false,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"lib": [
|
|
"es6",
|
|
"scripthost"
|
|
],
|
|
"types": ["node"]
|
|
},
|
|
"files": [
|
|
"produceLKG.ts",
|
|
"buildProtocol.ts",
|
|
"processDiagnosticMessages.ts",
|
|
"generateLocalizedDiagnosticMessages.ts",
|
|
"configurePrerelease.ts"
|
|
]
|
|
} |