chore(docs): update tsconfig.json

This commit is contained in:
bcakmakoglu
2022-07-05 21:53:30 +02:00
committed by Braks
parent 5a89d0e947
commit d6df271c2d
+1 -1
View File
@@ -17,7 +17,7 @@
"forceConsistentCasingInFileNames": true,
"types": ["vite/client", "@types/node", "unplugin-icons/types/vue"]
},
"include": ["components", "src", "src/.vuepress/*"],
"include": ["components", "src", "src/.vuepress"],
"exclude": ["node_modules", "dist"],
"references": [{ "path": "./tsconfig.node.json" }]
}