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