We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
module: "ESNext"
1 parent b7d7bb4 commit f98c348Copy full SHA for f98c348
template/tsconfig/base/tsconfig.node.json
@@ -3,6 +3,7 @@
3
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
4
"compilerOptions": {
5
"composite": true,
6
+ "module": "ESNext",
7
"types": ["node"]
8
}
9
0 commit comments