fix: incorrect type imports (#9308)
All checks were successful
Tests / test (push) Successful in 4m39s

This commit is contained in:
Marcel Mraz 2025-03-27 12:00:12 +01:00 committed by GitHub
parent 432a46ef9e
commit 0cd5a259ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"]
}
}