diff --git a/tsconfig.json b/tsconfig.json index c7e682f..546fec1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "alwaysStrict": true, "experimentalDecorators": true, "moduleResolution": "node", + "noEmit": true, "strict": true, - "target": "es2015", + "target": "es2015" } }