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 656fe92 commit c1a8d0cCopy full SHA for c1a8d0c
src/main.rs
@@ -69,7 +69,7 @@ fn main() -> Result<()> {
69
}
70
let tsconfig = get_compiler_options().unwrap_or_else(|e| {
71
eprintln!(
72
- "\n{}Error{}: Could not load tsconfig.json. Is the provided directory is typescript project? ({})",
+ "\n{}Error{}: Could not load tsconfig.json. Is the provided directory a typescript project? ({})",
73
COLOR_RED, COLOR_RESET, e
74
);
75
process::exit(1);
0 commit comments