Update typeRoots in tsconfig
All checks were successful
Lint / lint (18.x) (pull_request) Successful in 1m42s
Tests / cli_tests (18.x) (pull_request) Successful in 8m51s

This commit is contained in:
Prathamesh Musale 2024-05-09 14:42:32 +05:30
parent 401493eaac
commit 95fb072568

View File

@ -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. */