Skip to content

Commit f007c35

Browse files
committed
mapRoot is not filePath
1 parent 3466e48 commit f007c35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/cases/fourslash/getEditsForFileRename_tsconfig.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
////{
55
//// "compilerOptions": {
66
//// "baseUrl": "./old",
7-
//// "mapRoot": "../src/old",
87
//// "paths": {
98
//// "foo": ["old"],
109
//// },
@@ -25,7 +24,6 @@ verify.getEditsForFileRename({
2524
`{
2625
"compilerOptions": {
2726
"baseUrl": "new",
28-
"mapRoot": "new",
2927
"paths": {
3028
"foo": ["new"],
3129
},

0 commit comments

Comments
 (0)