Skip to content

Commit d7f6ce7

Browse files
authored
Discard changes to tsconfig.json
1 parent 859a218 commit d7f6ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"target": "es2022",
44
"jsx": "preserve",
55
"lib": ["DOM", "ESNext"],
6+
"baseUrl": ".",
67
"module": "ESNext",
7-
"moduleResolution": "Bundler",
8+
"moduleResolution": "node",
89
"paths": {
910
"@slidev/client": ["./packages/client/index.ts"],
1011
"@slidev/client/*": ["./packages/client/*"],

0 commit comments

Comments
 (0)