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