222
schangxiang@126.com
2025-05-04 247eae081ce7c325798c6a26a6823c5feec6fc86
HIAWms/web/src/components/vue3-context-menu/tsconfig.json
对比新文件
@@ -0,0 +1,12 @@
{
  "extends": "@vue/tsconfig/tsconfig.dom.json",
  "include": ["env.d.ts", "./**/*", "./**/*.vue"],
  "exclude": ["./**/__tests__/*"],
  "compilerOptions": {
    "composite": true,
    "baseUrl": ".",
    "paths": {
      "@/*": ["./*"]
    }
  }
}