mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: incorrect type imports (#9308)
All checks were successful
Tests / test (push) Successful in 4m39s
All checks were successful
Tests / test (push) Successful in 4m39s
This commit is contained in:
parent
432a46ef9e
commit
0cd5a259ae
11 changed files with 45 additions and 34 deletions
|
@ -6,6 +6,18 @@
|
|||
"main": "./dist/prod/index.js",
|
||||
"module": "./dist/prod/index.js",
|
||||
"exports": {
|
||||
"./common/*": {
|
||||
"types": "./dist/types/common/src/*.d.ts"
|
||||
},
|
||||
"./element/*": {
|
||||
"types": "./dist/types/element/src/*.d.ts"
|
||||
},
|
||||
"./math/*": {
|
||||
"types": "./dist/types/math/src/*.d.ts"
|
||||
},
|
||||
"./utils/*": {
|
||||
"types": "./dist/types/utils/src/*.d.ts"
|
||||
},
|
||||
"./*": {
|
||||
"types": "./dist/types/excalidraw/*.d.ts"
|
||||
},
|
||||
|
@ -69,6 +81,8 @@
|
|||
"canvas-roundrect-polyfill": "0.0.1",
|
||||
"clsx": "1.1.1",
|
||||
"cross-env": "7.0.3",
|
||||
"es6-promise-pool": "2.5.0",
|
||||
"fractional-indexing": "3.2.0",
|
||||
"fuzzy": "0.1.3",
|
||||
"image-blob-reduce": "3.0.1",
|
||||
"jotai": "2.11.0",
|
||||
|
@ -76,11 +90,14 @@
|
|||
"lodash.throttle": "4.1.1",
|
||||
"lodash.debounce": "4.0.8",
|
||||
"nanoid": "3.3.3",
|
||||
"open-color": "1.9.1",
|
||||
"pako": "2.0.3",
|
||||
"perfect-freehand": "1.2.0",
|
||||
"pica": "7.1.1",
|
||||
"png-chunk-text": "1.0.0",
|
||||
"png-chunks-encode": "1.0.0",
|
||||
"png-chunks-extract": "1.0.0",
|
||||
"points-on-curve": "1.0.1",
|
||||
"pwacompat": "2.0.17",
|
||||
"roughjs": "4.6.4",
|
||||
"sass": "1.51.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue