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