mermaid/.vite/tsconfig.json

7 lines
87 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "ES2022"
}
}