UNPKG

interface-forge

Version:

A TypeScript library for creating strongly typed mock data factories using Faker.js for test data generation

12 lines (11 loc) 243 B
{ "extends": "../tsconfig.json", "include": ["*.ts"], "compilerOptions": { "baseUrl": ".", "paths": { "interface-forge": ["../src/index"], "interface-forge/*": ["../src/*"] } } }