Skip to content

Commit 74258f7

Browse files
Fix mismatched braces in paths.md
Fixes microsoft/TypeScript#60995
1 parent f7c458a commit 74258f7

File tree

1 file changed

+2
-1
lines changed
  • packages/tsconfig-reference/copy/en/options

1 file changed

+2
-1
lines changed

packages/tsconfig-reference/copy/en/options/paths.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ This would allow you to be able to write `import "jquery"`, and get all of the c
2929
"shared/*": ["./src/app/_shared/*"],
3030
"helpers/*": ["./src/helpers/*"],
3131
"tests/*": ["./src/tests/*"]
32-
},
32+
}
33+
}
3334
}
3435
```
3536

0 commit comments

Comments
 (0)