projecte_ionic/node_modules/tsconfig-paths/lib/options.d.ts
2022-02-09 18:30:03 +01:00

5 lines
85 B
TypeScript
Executable file

export interface Options {
cwd: string;
}
export declare const options: Options;