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": { "compilerOptions": {
"outDir": "./dist", "outDir": "./dist",
"rootDir": "./src", "rootDir": "./src",
"module": "NodeNext", "module": "Node16",
"moduleResolution": "NodeNext" "moduleResolution": "Node16"
}, },
"include": ["src/**/*"], "include": ["src/**/*"],
"exclude": ["node_modules", "dist"] "exclude": ["node_modules", "dist"]