Project Configuration
How to configure BoxLang projects — boxlang.json structure, mappings, classpaths, modules, variable expansion, and VS Code integration.
Quick Start
{
"mappings": {
"/models": "models",
"/views": "views"
},
"modulesDirectory": [
"boxlang_modules"
]
}Configuration Reference
Top-Level Keys
Key
Type
Default
Description
Mappings
ClassPaths
Modules Directory
Variable Expansion
Variable
Expands to
Example
VS Code Integration
boxlang.json Schema Validation
Workspace Mappings Override
Mapping Resolution Order
Complete Example
Relationship to Other Config Files
File
Purpose
Related Pages
Settings ReferenceVersion ManagementLintingFormattingLast updated
Was this helpful?