Skip to content

Commit 1f1d374

Browse files
committed
Add moduleResolution to tsconfig.json
1 parent d61c787 commit 1f1d374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plan/react/dashboard/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"target": "ESNext",
44
"module": "ESNext",
5+
"moduleResolution": "bundler",
56
"useDefineForClassFields": true,
67
"lib": [
78
"DOM",

0 commit comments

Comments
 (0)