We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3cc44 commit 9110325Copy full SHA for 9110325
README.md
@@ -33,10 +33,10 @@ Add it to _plugins_ in your _tsconfig.json_
33
"@utils/*": ["utils/*"]
34
},
35
"plugins": [
36
- // Tranform paths in output .js files
+ // Transform paths in output .js files
37
{ "transform": "typescript-transform-paths" },
38
39
- // Tranform paths in output .d.ts files
+ // Transform paths in output .d.ts files (Include this line if you output declarations files)
40
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
41
]
42
}
0 commit comments