mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"exclude": ["**/*.test.*", "tests", "types", "examples", "dist"],
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"outDir": "dist",
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"jsx": "react-jsx",
|
|
"types": [
|
|
"@cloudflare/workers-types/2023-07-01"
|
|
],
|
|
}
|
|
}
|