docs: disable sources

This commit is contained in:
bcakmakoglu
2022-06-13 00:48:48 +02:00
committed by Braks
parent bd51614fb7
commit 281b0fccc8
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
"forceConsistentCasingInFileNames": true,
"types": ["vite/client", "@types/node", "unplugin-icons/types/vue"]
},
"include": ["components", "src", "src/.vuepress/auto-imports.d.ts"],
"include": ["components", "src", "src/.vuepress/*"],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "./tsconfig.node.json" }]
}