diff --git a/tsconfig.json b/tsconfig.json index aad8af0..91d62b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -31,6 +31,7 @@ // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ "typeRoots": [ + "node_modules/@types", "src/types" ], // "types": [], /* Specify type package names to be included without being referenced in a source file. */