Fixed non-relative imports
This commit is contained in:
parent
a5ca1ee9f2
commit
fefdc70e07
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"editor.rulers": [100],
|
||||
"editor.tabSize": 2,
|
||||
"typescript.preferences.importModuleSpecifier": "relative"
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
import { Collections } from "../payload/constants";
|
||||
import type {
|
||||
EndpointCollectible,
|
||||
EndpointPage,
|
||||
|
@ -8,8 +9,7 @@ import type {
|
|||
EndpointFile,
|
||||
EndpointRecorder,
|
||||
EndpointChronologyEvent,
|
||||
} from "payload/endpoint-types";
|
||||
import { Collections } from "../payload/constants";
|
||||
} from "../payload/endpoint-types";
|
||||
|
||||
export type MeiliDocument = {
|
||||
meilid: string;
|
||||
|
|
Loading…
Reference in New Issue