From b515bea50f4564e67311b3610c096838732900b2 Mon Sep 17 00:00:00 2001 From: Cayman Date: Sat, 21 Sep 2019 13:59:48 -0500 Subject: [PATCH] Add additional bls types root --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index fcad19a..10d11e3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "include": ["src"], "compilerOptions": { "typeRoots": [ + "src/@types", "../../node_modules/@types" ] }