From 741bf9d1415a533cffd2167c7d3e3b6b5b2068f5 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Wed, 25 Nov 2020 09:35:36 +0000 Subject: [PATCH] fix(*): add node types --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 5d23aa9ca..887462d3d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "outDir": "build", "rootDir": "src", "strict": true, + "typeRoots": ["./node_modules/@types"], "esModuleInterop": true, "resolveJsonModule": true },