Skip to content

Commit c59b34c

Browse files
committed
Set module explicitly in tsconfig
1 parent ecdeb23 commit c59b34c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"extends": "./node_modules/gts/tsconfig-google.json",
32
"compilerOptions": {
43
"rootDir": ".",
54
"outDir": "build",
6-
"moduleResolution": "node",
5+
"module": "commonjs",
76
"resolveJsonModule": true,
87
"baseUrl": ".",
98
"paths": {

0 commit comments

Comments
 (0)