// -------------------------------------------------------------------------------------
// ⚙️ custom settings:
"pretty": true,
"noFallthroughCasesInSwitch": true,
"forceConsistentCasingInFileNames": true,
"allowUnusedLabels": false,
"allowUnreachableCode": false,
"noUnusedLocals": true,
"verbatimModuleSyntax": true, // Enforced 'type-only' imports
"paths": {
"@/*": ["./src/*"],
"~/*": ["./*"]
}
// ⚙️ end of custom settings
// -------------------------------------------------------------------------------------