Skip to content

Commit f98c348

Browse files
jahnlilijiahenghaoqunjiang
authored
fix: add module: "ESNext" to tsconfig.node (#266)
As all the configuration files are in ESNext syntax. Co-authored-by: lijiaheng <[email protected]> Co-authored-by: Haoqun Jiang <[email protected]>
1 parent b7d7bb4 commit f98c348

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: template/tsconfig/base/tsconfig.node.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*", "playwright.config.*"],
44
"compilerOptions": {
55
"composite": true,
6+
"module": "ESNext",
67
"types": ["node"]
78
}
89
}

0 commit comments

Comments
 (0)