Skip to content

Commit f6e5dd8

Browse files
committed
chore: update tsconfig
1 parent 0a8ed83 commit f6e5dd8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "ESNext",
5-
"moduleResolution": "Node",
5+
"moduleResolution": "bundler",
66
"esModuleInterop": true,
77
"strict": true,
88
"skipLibCheck": true,
99
"resolveJsonModule": true,
1010
"paths": {
11-
"automd": ["./src/index.ts"]
11+
"automd": [
12+
"./src/index.ts"
13+
]
1214
}
1315
}
1416
}

0 commit comments

Comments
 (0)