From a2971bf203d6337663418b13c9fa93f94ed08d15 Mon Sep 17 00:00:00 2001 From: FrancescoBorzi Date: Sun, 14 Apr 2019 13:04:44 +0200 Subject: [PATCH] fix: type conflicts --- tsconfig-serve.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig-serve.json b/tsconfig-serve.json index 56d7a0a..f9874f4 100644 --- a/tsconfig-serve.json +++ b/tsconfig-serve.json @@ -6,8 +6,8 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es5", - "typeRoots": [ - "node_modules/@types" + "types": [ + "node" ], "lib": [ "es2017",