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.
2 parents 3d4e068 + 6dbe494 commit 255bd5bCopy full SHA for 255bd5b
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