mapRoot is not filePath

This commit is contained in:
Alexander T
2018-06-12 18:17:04 +03:00
parent 3466e48e3b
commit f007c3586b

View File

@@ -4,7 +4,6 @@
////{
//// "compilerOptions": {
//// "baseUrl": "./old",
//// "mapRoot": "../src/old",
//// "paths": {
//// "foo": ["old"],
//// },
@@ -25,7 +24,6 @@ verify.getEditsForFileRename({
`{
"compilerOptions": {
"baseUrl": "new",
"mapRoot": "new",
"paths": {
"foo": ["new"],
},