UNPKG

@strapi/typescript-utils

Version:

Typescript support for Strapi

7 lines (4 loc) 143 B
'use strict'; const TYPES_ROOT_DIR = 'types'; const GENERATED_OUT_DIR = 'generated'; module.exports = { GENERATED_OUT_DIR, TYPES_ROOT_DIR };