mirror of
https://github.com/rstackjs/agent-skills.git
synced 2026-09-14 20:07:05 +08:00
8 lines
140 B
TypeScript
8 lines
140 B
TypeScript
import type { LibConfig } from '@rslib/core';
|
|
|
|
export const baseConfig: LibConfig = {
|
|
format: 'esm',
|
|
syntax: 'es2023',
|
|
dts: false,
|
|
};
|