Skip to content

Commit

Permalink
try fix problem with utils
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes committed Nov 2, 2023
1 parent 84e0531 commit c1d4821
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { forwardRef, ElementType, useMemo } from 'react'
import styled, { css } from 'styled-components'
import { OverridableComponent } from '@equinor/eds-utils'
import type { OverridableComponent } from '@equinor/eds-utils'
import { Typography } from '../Typography'
import { Tooltip } from '../Tooltip'
import { breadcrumbs as tokens } from './Breadcrumbs.tokens'
Expand Down
2 changes: 1 addition & 1 deletion packages/eds-core-react/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"baseUrl": ".",
"types": ["@testing-library/jest-dom"]
},
"include": ["./src/**/*"],
"include": ["./src/**/*", "./jest.setup.ts"],
"exclude": ["node_modules"]
}
2 changes: 1 addition & 1 deletion packages/eds-utils/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"outDir": "./dist",
"baseUrl": "."
},
"include": ["./src/**/*", "./jest.setup.ts"],
"include": ["./src/**/*"],
"exclude": ["node_modules"]
}

0 comments on commit c1d4821

Please sign in to comment.