Pin @types/lodash to 3.10.2
Revert workaround for @types/lodash 3.10.3 and pin version to 3.10.2 until more research can be done.
This commit is contained in:
7
src/types.d.ts
vendored
7
src/types.d.ts
vendored
@@ -1,12 +1,5 @@
|
||||
// example declaration file - remove these and add your own custom typings
|
||||
|
||||
// Shim to allow continued use of global lodash without having to explicitley import in every file.
|
||||
// as of @types/lodash@3.10.3
|
||||
import _ from "lodash";
|
||||
declare global {
|
||||
const _: typeof _;
|
||||
}
|
||||
|
||||
// memory extension samples
|
||||
interface CreepMemory {
|
||||
role: string;
|
||||
|
||||
Reference in New Issue
Block a user