mirror of
https://github.com/excalidraw/mermaid-to-excalidraw.git
synced 2026-05-17 13:30:36 +00:00
16 lines
369 B
JSON
16 lines
369 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"strict": true,
|
|
"module": "NodeNext",
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "NodeNext",
|
|
"forceConsistentCasingInFileNames": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|