Merge branch 'sidv/examples' of https://github.com/mermaid-js/mermaid into sidv/examples

* 'sidv/examples' of https://github.com/mermaid-js/mermaid:
  Update packages/examples/tsconfig.json
This commit is contained in:
Sidharth Vinod
2025-04-17 21:28:07 +05:30

View File

@@ -3,8 +3,8 @@
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"module": "NodeNext",
"moduleResolution": "NodeNext"
"module": "Node16",
"moduleResolution": "Node16"
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist"]