Skip to content

Commit ae8334e

Browse files
committed
test: correct TypeScript config in test projects to generate ES2020 modules
1 parent 5174f34 commit ae8334e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@softwareventures/tsconfig",
33
"compilerOptions": {
4-
"declaration": false
4+
"declaration": false,
5+
"module": "ES2020"
56
}
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "@softwareventures/tsconfig",
33
"compilerOptions": {
4-
"declaration": false
4+
"declaration": false,
5+
"module": "ES2020"
56
}
67
}

0 commit comments

Comments
 (0)