UNPKG

@ton-contests/tolk-utils

Version:
15 lines (14 loc) 355 B
export declare function getProjectStructure(root?: string): { rootDir: string; outputDir: string; plagiarismConfig: string; tolkConfig: string; srcDir: { root: string; buildDir: string; publicContractsDir: string; publicTestsDir: string; testsDir: string; wrappersDir: string; }; };