@keychord/config
v0.0.6
Published
```ts import { config } from "@keychord/config";
Readme
@keychord/config
Usage
import { config } from "@keychord/config";
export default config({
dts: false, // set to true to generate `.d.ts` files in js/
vendor: [
// an array of chord packages used in this package
],
});