Skip to content

Commit e77a686

Browse files
committed
fix(tsconfig): correct path syntax for collections in TypeScript configuration
1 parent 825a3dc commit e77a686

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"compilerOptions": {
3-
"baseUrl": ".",
43
"target": "ESNext",
54
"lib": ["dom", "dom.iterable", "esnext"],
65
"allowJs": true,
@@ -16,7 +15,7 @@
1615
"jsx": "react-jsx",
1716
"incremental": true,
1817
"paths": {
19-
"fumadocs-mdx:collections/*": [".source/*"],
18+
"fumadocs-mdx:collections/*": ["./.source/*"],
2019
"@/*": ["./src/*"]
2120
},
2221
"plugins": [

0 commit comments

Comments
 (0)