Skip to content

Commit ad193d3

Browse files
committed
Update tsconfig.json
1 parent e7bfc6e commit ad193d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"@assets/*": ["src/assets/*"],
88
"@fragments/*": ["src/content/docs/_fragments/*"]
99
}
10-
}
10+
},
11+
"include": [".astro/types.d.ts", "**/*"],
12+
"exclude": ["dist"]
1113
}

0 commit comments

Comments
 (0)