vite-typescript-plugin
Version:
A Vite plugin for seamless integration between Vite and Typescript.
8 lines (7 loc) • 367 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getCurrentDirectory = void 0;
const normalizePath_1 = require("./utils/normalizePath");
const processDirectory = (0, normalizePath_1.normalizePath)(process.cwd());
function getCurrentDirectory() { return processDirectory; }
exports.getCurrentDirectory = getCurrentDirectory;