UNPKG

@bcherny/json-schema-ref-parser

Version:

Parse, Resolve, and Dereference JSON Schema $ref pointers

7 lines (5 loc) 262 B
const nodePath = require("path"); // Webpack 4 (used by browser tests) can't transpile import.meta.url // So export the project directory using __dirname from a .cjs module const projectDir = nodePath.resolve(__dirname, "..", ".."); module.exports = projectDir