feat(core-shared): scaffold empty package with exports + tags

This commit is contained in:
2026-05-04 20:29:57 +02:00
parent fd2a6f1286
commit b4a9994dc2
4 changed files with 44 additions and 0 deletions

View File

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