fix missing type declaration

reslove_circular
Abdullah Alfaraj 2023-06-10 08:15:15 +03:00
parent 1a050aa5c4
commit 3726305db6
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "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": ["./*/types","./types", "./node_modules/@types"], /* Specify multiple folders that act like './node_modules/@types'. */
"typeRoots": ["./*/@types","./*/types","./types", "./node_modules/@types"], /* Specify multiple folders that act like './node_modules/@types'. */
// "types": [], /* Specify type package names to be included without being referenced in a source file. */
// "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */