summaryrefslogtreecommitdiff
path: root/deno_typescript/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'deno_typescript/lib.rs')
-rw-r--r--deno_typescript/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/deno_typescript/lib.rs b/deno_typescript/lib.rs
index 2d459f98f..cc4970d16 100644
--- a/deno_typescript/lib.rs
+++ b/deno_typescript/lib.rs
@@ -1,4 +1,6 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+#![deny(warnings)]
+
extern crate deno_core;
extern crate serde;
extern crate serde_json;