Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Feb 5, 2024
1 parent f641b6c commit f5caf91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"paths": {
"@internal/*": ["./packages/client/src/types/internal/*.d.ts"],
"@vuepress/*": ["./packages/*/src"],
"vuepress": ["./packages/vuepress/src"],
"vuepress": ["./packages/vuepress/src"]
},
"types": ["webpack-env", "vite/client"],
"types": ["webpack-env", "vite/client"]
},
"include": [
"**/.vuepress/**/*",
"e2e/**/*",
"packages/**/*",
"vitest.config.ts",
"vitest.config.ts"
],
"exclude": ["node_modules", ".temp", "lib", "dist"],
"exclude": ["node_modules", ".temp", "lib", "dist"]
}

0 comments on commit f5caf91

Please sign in to comment.