vuepress / core

Vue-Powered Static Site Generator
https://vuepress.vuejs.org
MIT License
2.17k stars 923 forks source link

chore: update tsconfig #1359

Closed Mister-Hope closed 1 year ago

Mister-Hope commented 1 year ago
meteorlxy commented 1 year ago

The verbatimModuleSyntax does far more than force marking types.

As I remember, it will fail if you write export default in source code when output cjs file.

Our project is pure esm so it should be fine to enable it.