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" ] }