diff --git a/bin/tsconfig.json b/bin/tsconfig.json index 4e376b4..1d21fc3 100644 --- a/bin/tsconfig.json +++ b/bin/tsconfig.json @@ -25,10 +25,10 @@ // "#/*": ["./*"] // }, // "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ - "typeRoots": [ /* Specify multiple folders that act like `./node_modules/@types`. */ - "node_modules/@types" - ], - // "types": [], /* Specify type package names to be included without being referenced in a source file. */ + // "typeRoots": [ /* Specify multiple folders that act like `./node_modules/@types`. */ + // "node_modules/@types" + // ], + "types": ["node"], /* Specify type package names to be included without being referenced in a source file. */ // "allowUmdGlobalAccess": true, /* Allow accessing UMD globals from modules. */ "resolveJsonModule": true, /* Enable importing .json files */ // "noResolve": true, /* Disallow `import`s, `require`s or ``s from expanding the number of files TypeScript should add to a project. */