{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": [ "src/*" ] }, "allowSyntheticDefaultImports": true }, "exclude": [ "node_modules", "dist" ] }