Skip to content

Commit 0e730c0

Browse files
committed
chore: remove unnecessary path in tsconfig.json
1 parent 8b85aae commit 0e730c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"rootDir": ".",
2020
"paths": {
2121
"@vue/*": ["packages/*/src"],
22-
"vue": ["packages/vue/src"],
23-
"@vue/reavitity": ["packages/reactivity/src/index.ts"]
22+
"vue": ["packages/vue/src"]
2423
}
2524
},
2625
"include": [

0 commit comments

Comments
 (0)