chore(core-realtime): scaffold package

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-08 20:58:05 +02:00
parent 82002a0ee8
commit bbdb456aa0
8 changed files with 241 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"extends": "@repo/core-typescript/base.json",
"compilerOptions": {
"rootDir": ".",
"paths": { "@/*": ["./src/*"] }
},
"include": ["src/**/*", "*.config.ts"]
}