Skip to content

Commit

Permalink
test(types): [CompilerOptionsValue] fix ProjectReference import
Browse files Browse the repository at this point in the history
Signed-off-by: Lexus Drumgold <[email protected]>
  • Loading branch information
unicornware committed Feb 5, 2023
1 parent a1d73d8 commit 58375c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/__tests__/compiler-options-value.spec-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
* @module tsconfig-types/types/tests/CompilerOptionsValue
*/

import type { Plugin } from '#src/interfaces'
import type { Plugin, ProjectReference } from '#src/interfaces'
import type { JsonValue, MapLike } from '@flex-development/tutils'
import type ProjectReference from '../../interfaces/project-reference'
import type TestSubject from '../compiler-options-value'

describe('unit:types/CompilerOptionsValue', () => {
Expand Down

0 comments on commit 58375c0

Please sign in to comment.