jgoux
jgoux
Explore posts from servers
TtRPC
Created by jgoux on 10/18/2023 in #❓-help
tRPC and OpenTelemetry
Niiiice, thanks @Thomas Ankcorn
8 replies
TtRPC
Created by jgoux on 10/18/2023 in #❓-help
tRPC and OpenTelemetry
8 replies
TTCTheo's Typesafe Cult
Created by jgoux on 5/17/2023 in #questions
Making Next.js loves my custom conditional exports
The only tips I found are here: https://github.com/vercel/next.js/discussions/33813 But none are working.
6 replies
TTCTheo's Typesafe Cult
Created by jgoux on 5/17/2023 in #questions
Making Next.js loves my custom conditional exports
(the condition I'm trying to match is snaplet_development)
6 replies
TTCTheo's Typesafe Cult
Created by jgoux on 5/17/2023 in #questions
Making Next.js loves my custom conditional exports
here is what the exports map looks like in the package I'm trying to import:
"exports": {
".": {
"snaplet_development": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"exports": {
".": {
"snaplet_development": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
6 replies
TTCTheo's Typesafe Cult
Created by jgoux on 5/17/2023 in #questions
Making Next.js loves my custom conditional exports
Who is the Next.js OG in here? 😅
6 replies
TtRPC
Created by jgoux on 4/8/2023 in #❓-help
Am I the only one struggling with pnpm + TypeScript monorepo + trpc?
If you do, please ping me on GitHub I'd love to contribute 🙂
24 replies