Skip to content

Commit 3228cb8

Browse files
authored
Merge pull request #357 from FyraLabs/gil/fix/typescript
2 parents 4405304 + 54c635b commit 3228cb8

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": [
65
"dom",
@@ -24,7 +23,7 @@
2423
"./*"
2524
],
2625
"fumadocs-mdx:collections/*": [
27-
".source/*"
26+
"./.source/*"
2827
]
2928
},
3029
"plugins": [

0 commit comments

Comments
 (0)