nt-cms icon indicating copy to clipboard operation
nt-cms copied to clipboard

Is master compiling?

Open bevrard opened this issue 5 years ago • 0 comments

Hello,

I'm trying your project because I would like to test Nest. Is it compiling? because I get this error at npm start:

TSError: ⨯ Unable to compile TypeScript:
starter/graphql.config.ts:12:26 - error TS2322: Type 'typeof import("C:/j/w/i/laboratory/nt-cms/node_modules/@types/graphql-type-json/index")' is not assignable to type '(() => any) | Gr
aphQLScalarType | IEnumResolver | IResolverObject<any, any, any> | IResolverOptions<any, any, any>'.
  Type 'typeof import("C:/j/w/i/laboratory/nt-cms/node_modules/@types/graphql-type-json/index")' is not assignable to type 'IResolverObject<any, any, any>'.
    Property 'GraphQLJSONObject' is incompatible with index signature.
      Type 'GraphQLScalarType' is not assignable to type 'IResolverObject<any, any, any> | IResolverOptions<any, any, any> | IFieldResolver<any, any, any>'.
        Type 'GraphQLScalarType' is not assignable to type 'IResolverObject<any, any, any>'.
          Index signature is missing in type 'GraphQLScalarType'.

Thanks in advance.

bevrard avatar Aug 30 '19 07:08 bevrard