typescript-paths
Advanced tools
Comparing version
{ | ||
"name": "typescript-paths", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Resolving tsconfig paths in runtime", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -49,5 +49,5 @@ # typescript-paths | ||
### logLevel _("warn" | "debug" | "none") (default: "warn")_ | ||
### logLevel _("none" | "error" | "warn" | "info" | "debug" | "trace") (default: "info")_ | ||
Log level when the plugin is running. | ||
Set the logging level on the plugin. | ||
@@ -54,0 +54,0 @@ ### fallback _(function (string): string | undefined)_ |
98803
0.1%