UNPKG

create-bananass

Version:

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

20 lines (18 loc) 424 B
/** @type {import('bananass').ConfigObject} */ module.exports = { // Add your custom Bananass configuration here. // // For example: // // entryDir: 'bananass', // outDir: '.bananass', // browser: { // secretMode: false, // } // build: { // templateType: 'fs', // } // ... }; // Please take a look at https://bananass.lumir.page // which contains all the available configurations and options.