Configuration
You can configure some aspects of JS+.
JS+ will automatically try to resolve the jsp.config.ts file in the .config folder or in the root folder of your project.
If multiple configs are found, it will only consider the most relevant one, following this order:
.config/jsp.tsjsp.config.ts
/* .config/jsp.ts or jsp.config.ts */import type { Config } from '@jsplang/jsp';
export default { /* ... */} satisfies Config;