Files
mermaid-to-excalidraw/tsconfig.common.json
2026-03-12 19:12:35 +01:00

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__/*"]
}