mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
ignore types in tests
This commit is contained in:
parent
45ff9d1053
commit
72a98da527
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@
|
||||||
"jsx": "react-jsx"
|
"jsx": "react-jsx"
|
||||||
},
|
},
|
||||||
"include": ["packages", "excalidraw-app"],
|
"include": ["packages", "excalidraw-app"],
|
||||||
"exclude": ["packages/excalidraw/types", "examples"]
|
"exclude": ["packages/excalidraw/types", "examples", "packages/excalidraw/tests", "excalidraw-app/tests"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue