UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

9 lines (8 loc) 288 B
module.exports = { moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testEnvironment: 'node', testPathIgnorePatterns: ['/dist/', '/node_modules/'], testRegex: '/(src|tests)/.*\\.(test|spec)?\\.(ts|tsx)$', transform: {'^.+\\.ts?$': 'ts-jest'}, verbose: true, }