9 lines
167 B
JavaScript
9 lines
167 B
JavaScript
/**
|
|
* Configuration object for the AsaJS build process.
|
|
* @type {import('asajs/config.d.ts').Config}
|
|
*/
|
|
export const config = {
|
|
compiler: {
|
|
enabled: true,
|
|
},
|
|
}
|