mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"outDir": "dist/types",
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
},
|
|
"exclude": [
|
|
"**/*.test.*",
|
|
"**/tests/*",
|
|
"types",
|
|
"dist",
|
|
],
|
|
}
|