UNPKG

create-bananass

Version:

Create a Bananass framework project for solving Baekjoon problems with JavaScript/TypeScript.🍌

21 lines (18 loc) 441 B
import type { ConfigObject } from 'bananass'; export default { // Add your custom Bananass configuration here. // // For example: // // entryDir: 'bananass', // outDir: '.bananass', // browser: { // secret: false, // } // build: { // templateType: 'fs', // } // ... } satisfies ConfigObject; // Please take a look at https://bananass.lumir.page // which contains all the available configurations and options.