Skip to content

Commit 9110325

Browse files
committed
docs: Clarify readme instructions
1 parent 3f3cc44 commit 9110325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Add it to _plugins_ in your _tsconfig.json_
3333
"@utils/*": ["utils/*"]
3434
},
3535
"plugins": [
36-
// Tranform paths in output .js files
36+
// Transform paths in output .js files
3737
{ "transform": "typescript-transform-paths" },
3838

39-
// Tranform paths in output .d.ts files
39+
// Transform paths in output .d.ts files (Include this line if you output declarations files)
4040
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
4141
]
4242
}

0 commit comments

Comments
 (0)