feat(core-ui): scaffold empty package (contents migrated in Plan 3)

This commit is contained in:
2026-05-04 20:30:57 +02:00
parent a5fa1ff32b
commit 76ba941252
4 changed files with 40 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"]
}