Skip to content

Commit 29f1ef4

Browse files
authored
Discard changes to tsconfig.json
1 parent dbc63e2 commit 29f1ef4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"isolatedModules": true,
1010
"jsx": "react",
1111
"lib": ["es2017", "dom"],
12-
"module": "esnext",
13-
"moduleResolution": "bundler",
12+
"module": "commonjs",
1413
"noImplicitAny": true,
1514
"rootDir": "./src",
1615
"skipLibCheck": true,
1716
"target": "es2020",
1817
"types": ["jest", "node"],
18+
"moduleResolution": "node",
1919
"strict": true,
2020
"noEmit": true,
2121
"noUnusedLocals": true,
22-
"noUnusedParameters": true
22+
"noUnusedParameters": true,
2323
},
2424
"include": ["src/**/*.ts"]
2525
}

0 commit comments

Comments
 (0)