var path = require("path"); var absolutePath = path.resolve("Relative file path"); // or import * as path from 'path'; var absolutePath = path.resolve("Relative file path");