Remco Haszing b7d31adda4
Support node16 module resolution
The `node16` module resolution requires imports to use the `.js` file
extension in type definitions.

`@rollup/plugin-typescript` is needed to make this work with the Vite
setup used by Mermaid.

The module option for Mermaid internally is set to `nodenext`. This is
needed to support `.json` imports. Note that setting `module` to
`node16` or `nodenext` implies a matching `moduleResolution` value.
2023-03-11 14:54:21 +01:00
..
2022-12-18 23:44:14 +09:00
2023-03-11 14:54:21 +01:00
2023-03-10 19:53:13 +00:00
2022-10-17 23:58:51 -03:00
2023-02-21 21:35:54 +05:30
2022-10-28 14:28:57 +05:30
2023-03-10 19:53:13 +00:00