Does Netlify support craco or path aliases?

Site: peaceful-coparenting.com
Error: module not found: Error: Can’t resolve ‘@db’ in ‘/opt/build/repo/src’
Build Command: craco (https://craco.js.org/) build

The following is in jsconfig.json (in the root)

"@db": [
        "./DB"
      ],

The build command has no issues building locally.