make the typescript compiler happy

This commit is contained in:
Evan Wallace
2021-02-24 15:48:43 -08:00
parent a4e382ff67
commit aa64f5c8ed

View File

@@ -120,7 +120,7 @@ export interface OnResolveRequest {
importer: string;
namespace: string;
resolveDir: string;
kind: string;
kind: types.ResolveKind;
pluginData: number;
}