Skip to content

Commit 3933c9a

Browse files
committed
Update typings-tester tsconfig.json
1 parent f1bfbef commit 3933c9a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

type-tests/files/tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
4-
"lib": ["es2015"],
4+
"esModuleInterop": true,
5+
"module": "es2015",
6+
"moduleResolution": "node",
57
"strict": true,
8+
"target": "es2018",
69
"baseUrl": "../..",
710
"paths": {
811
"redux-starter-kit": ["index.d.ts"]

0 commit comments

Comments
 (0)