Skip to content

Commit ec8ae6e

Browse files
committed
ci: reproce #2086 error
1 parent 2d91b01 commit ec8ae6e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/tsc-build/tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"target": "ES2016",
55
"module": "CommonJS",
66
"moduleResolution": "Node",
7-
"isolatedModules": true,
87
"esModuleInterop": true,
98
"allowSyntheticDefaultImports": true,
109
"strict": true,
@@ -13,6 +12,9 @@
1312
"strictFunctionTypes": false,
1413
"skipLibCheck": false,
1514
"noEmitOnError": true,
16-
"noEmit": true
15+
"noEmit": true,
16+
"noUnusedParameters": true,
17+
"isolatedModules": true,
18+
"preserveValueImports": true,
1719
}
1820
}

0 commit comments

Comments
 (0)