We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4e068 commit 6dbe494Copy full SHA for 6dbe494
packages/core/src/index.ts
@@ -40,4 +40,6 @@ export function analyzeProject(projectDirectory: string = process.cwd()): Projec
40
};
41
}
42
43
+export { loadConfig };
44
+
45
export type { TransformManager, GlintConfig, GlintLanguageServer };
0 commit comments