Skip to content

Commit c01862a

Browse files
committed
chore: fixed ts config
1 parent 0a993bf commit c01862a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/vue-final-modal/tsconfig.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
"src"
1717
],
1818
"vue-final-modal": [
19-
"vue-final-modal"
19+
"src/index"
2020
]
2121
}
2222
},
2323
"exclude": [
2424
"dist",
2525
"coverage",
26-
"node_modules",
27-
"deprecated",
28-
"packages/viteplay"
26+
"node_modules"
2927
]
3028
}

0 commit comments

Comments
 (0)