chore(core-realtime): align scaffold style with core-events (review polish)

This commit is contained in:
2026-05-08 21:09:50 +02:00
parent fd76aa445d
commit 1a0e3c20ff
4 changed files with 11 additions and 3 deletions

View File

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