feat: integrate @base-ui/react

This commit is contained in:
2026-03-20 13:11:13 -06:00
parent f42c4b8e0a
commit a75239f4a4
3 changed files with 13 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
// Environment setup & latest features
"lib": ["ESNext"],
"lib": ["ESNext", "DOM"],
"target": "ES2022",
"module": "ESNext",
"moduleDetection": "force",