odin-js-fundamentals-part-5/node_modules/tsconfig-paths/lib/options.d.ts

5 lines
85 B
TypeScript
Raw Permalink Normal View History

2024-01-11 08:52:05 +00:00
export interface Options {
cwd: string;
}
export declare const options: Options;