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
|
@ -2,5 +2,7 @@
|
|||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist/types"
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*", "global.d.ts"],
|
||||
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue