Skip to content

Commit f73fbab

Browse files
committed
Update tsconfigs moduleResolution to Bundler and jsx to react-jsx
1 parent 93a2539 commit f73fbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "ES2022",
5-
"moduleResolution": "Node"
5+
"moduleResolution": "Bundler"
66
},
77
"exclude": ["scripts", "test", "*.ts"]
88
}

0 commit comments

Comments
 (0)