feat(core-trpc): scaffold empty package (client + providers in Plan 3)

This commit is contained in:
2026-05-04 20:30:46 +02:00
parent f55823fc6e
commit a5fa1ff32b
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "@repo/typescript-config/base.json",
"compilerOptions": {
"outDir": "dist",
"rootDir": "src",
"lib": ["ES2022", "DOM"],
"jsx": "preserve"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]
}