fix: base tsconfig (#9309)

* fix: base tsconfig

* WIP

* wi[]

* update integration typescript version

* update lock file

* fix deps

* fix medusa tests runner
This commit is contained in:
Adrien de Peretti
2024-09-25 16:31:57 +02:00
committed by GitHub
parent 6e5d007837
commit ae320ac73f
9 changed files with 30 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
import { FileSystem } from "@medusajs/utils"
import { GraphQLSchema } from "graphql/type"
import { parse, printSchema } from "graphql"
import { codegen } from "@graphql-codegen/core"
import * as typescriptPlugin from "@graphql-codegen/typescript"
import { ModuleJoinerConfig } from "@medusajs/types"
import { FileSystem } from "../common"
function buildEntryPointsTypeMap({
schema,