File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "author" : " " ,
1515 "license" : " ISC" ,
1616 "devDependencies" : {
17+ "@octokit/types" : " ^9.2.1" ,
1718 "@types/express" : " ^4.17.17" ,
1819 "@types/js-yaml" : " ^4.0.5" ,
1920 "@types/ldap-escape" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 3131 // "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3232 // "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3333 // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
34- // "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
35- // "types": [], /* Specify type package names to be included without being referenced in a source file. */
34+ "typeRoots" : [
35+ " ./node_modules/@octokit/types"
36+ ], /* Specify multiple folders that act like './node_modules/@types'. */
37+ "types" : [
38+ " ./node_modules/@octokit/types"
39+ ], /* Specify type package names to be included without being referenced in a source file. */
3640 // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */
3741 // "moduleSuffixes": [], /* List of file name suffixes to search when resolving a module. */
3842 // "resolveJsonModule": true, /* Enable importing .json files. */
You can’t perform that action at this time.
0 commit comments