Fixed non-relative imports
This commit is contained in:
parent
a5ca1ee9f2
commit
fefdc70e07
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -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…
x
Reference in New Issue
Block a user