mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Add source maps to rootdir tests
This commit is contained in:
@@ -3,3 +3,4 @@ var C = (function () {
|
||||
}
|
||||
return C;
|
||||
})();
|
||||
//# sourceMappingURL=fileC.js.map
|
||||
@@ -4,3 +4,4 @@ var B = (function () {
|
||||
}
|
||||
return B;
|
||||
})();
|
||||
//# sourceMappingURL=fileB.js.map
|
||||
@@ -5,6 +5,7 @@
|
||||
"FolderA/FolderB/fileB.ts"
|
||||
],
|
||||
"outDir": "outdir/simple",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"baselineCheck": true,
|
||||
"rootDir": "FolderA",
|
||||
@@ -14,8 +15,10 @@
|
||||
"FolderA/FolderB/fileB.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"outdir/simple/FolderB/FolderC/fileC.js.map",
|
||||
"outdir/simple/FolderB/FolderC/fileC.js",
|
||||
"outdir/simple/FolderB/FolderC/fileC.d.ts",
|
||||
"outdir/simple/FolderB/fileB.js.map",
|
||||
"outdir/simple/FolderB/fileB.js",
|
||||
"outdir/simple/FolderB/fileB.d.ts"
|
||||
]
|
||||
|
||||
@@ -3,3 +3,4 @@ var C = (function () {
|
||||
}
|
||||
return C;
|
||||
})();
|
||||
//# sourceMappingURL=fileC.js.map
|
||||
@@ -4,3 +4,4 @@ var B = (function () {
|
||||
}
|
||||
return B;
|
||||
})();
|
||||
//# sourceMappingURL=fileB.js.map
|
||||
@@ -5,6 +5,7 @@
|
||||
"FolderA/FolderB/fileB.ts"
|
||||
],
|
||||
"outDir": "outdir/simple",
|
||||
"sourceMap": true,
|
||||
"declaration": true,
|
||||
"baselineCheck": true,
|
||||
"rootDir": "FolderA",
|
||||
@@ -14,8 +15,10 @@
|
||||
"FolderA/FolderB/fileB.ts"
|
||||
],
|
||||
"emittedFiles": [
|
||||
"outdir/simple/FolderB/FolderC/fileC.js.map",
|
||||
"outdir/simple/FolderB/FolderC/fileC.js",
|
||||
"outdir/simple/FolderB/FolderC/fileC.d.ts",
|
||||
"outdir/simple/FolderB/fileB.js.map",
|
||||
"outdir/simple/FolderB/fileB.js",
|
||||
"outdir/simple/FolderB/fileB.d.ts"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user