{"version":3,"sources":["../src/config/defineConfig.ts"],"sourcesContent":["export type MonkoConfig = {\n    /**\n     * Directory to output generated types.\n     * Defaults to \"src/types\" if not specified.\n     * Example: \"src/generated\"\n     */\n    outputDir: string;\n    /** \n     * Specific directories to search for schemas. \n     * If not specified, searches entire current directory.\n     * Example: [\"src/schemas\", \"lib/models\"]\n     */\n    includes?: string[];\n    /** \n     * Patterns to exclude from schema search.\n     * Defaults to common build/dependency directories if not specified.\n     * Example: [\"**\\/node_modules/**\", \"**\\/dist/**\", \"**\\/.next/**\"]\n     */\n    excludes?: string[];\n}\n\n/**\n * Define the configuration for the Monko project.\n * @param config - The configuration object.\n * @returns The configuration object.\n */\nexport const defineConfig = (config: MonkoConfig) => {\n    return config;\n};"],"mappings":";AA0BO,IAAM,eAAe,CAAC,WAAwB;AACjD,SAAO;AACX;","names":[]}