From 592a2c2f009a7be164f25af5c512c844da19cde2 Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Tue, 21 Jan 2020 15:29:39 -0600 Subject: [PATCH] Update tsconfig for tests --- test/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index 010d7d03ce9685e..894681abb33aae2 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -3,7 +3,8 @@ "module": "esnext", "target": "es6", "allowJs": true, - "baseUrl": "./lib" + "baseUrl": "./lib", + "noEmit": true }, "include": ["./**/*"] }