UNPKG

storyblok-ts-client

Version:

Typescript library for working with Storyblok management API.

18 lines (17 loc) 488 B
{ "source": { "includePattern": ".+\\.(j|t)s(doc|x)?$", "excludePattern": ".+\\.(test|spec).ts" }, "plugins": [ "plugins/markdown", "node_modules/jsdoc-babel" ], "babel": { "extensions": ["ts", "tsx"], "ignore": ["**/*.(test|spec).ts"], "babelrc": false, "presets": [["@babel/preset-env", { "targets": { "node": "current" } }], "@babel/typescript"], "plugins": ["@babel/proposal-class-properties", "@babel/proposal-object-rest-spread"] } }