- Currently, it is stated that > If typeRoots is specified, only packages under typeRoots will be included. However, when types could not be found in the `compilerOptions.typeRoots` folders, compiler falls back to the automatic inclusion of `@types` packages. - Also, like `compilerOptions.types`, specifying `compilerOptions.typeRoots:[]` disables the automatic inclusion of `@types` packages
Currently, it is stated that
However, when types could not be found in the
compilerOptions.typeRootsfolders, compiler falls back to the automatic inclusion of@typespackages.Also, like
compilerOptions.types, specifyingcompilerOptions.typeRoots:[]disables the automatic inclusion of@typespackages