mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2022",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|