Skip to content

Commit bf8e904

Browse files
test: fix
1 parent 27f1065 commit bf8e904

File tree

3 files changed

+15
-6
lines changed

3 files changed

+15
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"compilerOptions": {
3-
"module": "esnext",
4-
"allowSyntheticDefaultImports": true
3+
"target": "esnext",
4+
"allowImportingTsExtensions": true,
5+
"rewriteRelativeImportExtensions": true,
6+
"verbatimModuleSyntax": true,
7+
"module": "commonjs"
58
}
69
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"compilerOptions": {
3-
"module": "esnext",
4-
"allowSyntheticDefaultImports": true
3+
"target": "esnext",
4+
"allowImportingTsExtensions": true,
5+
"rewriteRelativeImportExtensions": true,
6+
"verbatimModuleSyntax": true,
7+
"module": "esnext"
58
}
69
}
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"compilerOptions": {
3-
"module": "esnext",
4-
"allowSyntheticDefaultImports": true
3+
"target": "esnext",
4+
"allowImportingTsExtensions": true,
5+
"rewriteRelativeImportExtensions": true,
6+
"verbatimModuleSyntax": true,
7+
"module": "commonjs"
58
}
69
}

0 commit comments

Comments
 (0)