tsconfig.json 280 B

12345678910111213
  1. {
  2. "$schema": "https://json.schemastore.org/tsconfig",
  3. "extends": "@vben/tsconfig/web.json",
  4. "include": [
  5. ".vitepress/*.mts",
  6. ".vitepress/**/*.ts",
  7. ".vitepress/**/*.vue",
  8. "src/*.mts",
  9. "src/**/*.ts",
  10. "src/**/*.vue"
  11. ],
  12. "exclude": ["node_modules"]
  13. }