fix: docs fail to generate

This commit is contained in:
2023-10-20 14:04:08 +02:00
parent ef092a8bff
commit d17e8abea3
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import {SCThingOriginType} from '../../src/index.js';
import {SCDish} from '../../lib/index.js';
import {SCThingOriginType, SCDish} from '../../src/index.js';
export const notADish: Omit<SCDish, 'type'> & {type: 'foobar'} = {
categories: ['appetizer'],

View File

@@ -1,6 +1,5 @@
import {expect} from 'chai';
import {formatRange, isInRange} from '../src/index.js';
import {SCRange} from '../lib/index.js';
import {formatRange, isInRange, SCRange} from '../src/index.js';
const cases: Record<'accept' | 'reject', [number, SCRange<number>][]> = {
accept: [