fix: import serializeJs using default import instead of a namespace import (#1485)
Co-authored-by: Dawid Kopys <dawid.kopys@creativestyle.pl>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as serializeJs from 'serialize-javascript'
|
||||
import serializeJs from 'serialize-javascript'
|
||||
import { ApolloClient } from '@apollo/client/core/index.js'
|
||||
|
||||
export type ApolloClients = { [key: string]: ApolloClient<any> }
|
||||
|
||||
@@ -5,7 +5,8 @@
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*"
|
||||
|
||||
Reference in New Issue
Block a user