From 90125566bbaed8b5c6e55ca8dbc432e3433fb73c Mon Sep 17 00:00:00 2001 From: Maximilien Mellen Date: Wed, 19 Feb 2020 21:36:18 +0100 Subject: Enable TS strict mode by default (#3899) Fixes #3324 Co-authored-by: Kitson Kelly --- std/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/manual.md') diff --git a/std/manual.md b/std/manual.md index 78037ad1e..99feef15b 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1538,7 +1538,7 @@ Build with Cargo: cargo build -vv # Run: -./target/debug/deno tests/002_hello.ts +./target/debug/deno cli/tests/002_hello.ts ``` #### Testing and Tools -- cgit v1.2.3