fix: incorrect type imports (#9308)

This commit is contained in:
Marcel Mraz
2025-03-27 12:00:12 +01:00
committed by GitHub
parent 432a46ef9e
commit 0cd5a259ae
11 changed files with 45 additions and 34 deletions

View File

@ -22,6 +22,5 @@
"@excalidraw/utils": ["./utils/src/index.ts"],
"@excalidraw/utils/*": ["./utils/src/*"]
}
},
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
}
}