mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
We definitely have a type system
This commit is contained in:
parent
f8c4301f14
commit
cd7a844a48
@ -286,7 +286,8 @@ namespace ts {
|
||||
const outputs: string[] = [];
|
||||
outputs.push(project.options.outFile);
|
||||
if (project.options.declaration) {
|
||||
const dts = outputs.push(changeExtension(project.options.outFile, ".d.ts"));
|
||||
const dts = changeExtension(project.options.outFile, ".d.ts");
|
||||
outputs.push(dts);
|
||||
if (project.options.declarationMap) {
|
||||
outputs.push(dts + ".map");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user