chore(docs): update tsconfig.json

This commit is contained in:
bcakmakoglu
2022-06-27 22:31:41 +02:00
committed by Braks
parent 5a89d0e947
commit d6df271c2d

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" }]
}