diff --git a/docs/tsconfig.json b/docs/tsconfig.json index bcbf8b5..940876a 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -1,3 +1,4 @@ { - "extends": "astro/tsconfigs/strict" + "extends": "astro/tsconfigs/strict", + "exclude": ["./src/content/snippets/**/*.ts"] }