mermaid/.vite
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
..
build.ts Support node16 module resolution 2023-03-11 14:54:21 +01:00
jisonPlugin.ts ts conversion 2022-09-23 10:56:39 +05:30
jisonTransformer.ts ts conversion 2022-09-23 10:56:39 +05:30
server.ts Merge branch 'release/9.4.2' 2023-03-07 21:33:23 +05:30