兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-05-17 b829867a5b797322a753a57310c468326a8e04c2
tsconfig.json
@@ -4,8 +4,9 @@
    "module": "esnext",
//    "useDefineForClassFields": true,
    "moduleResolution": "bundler",
    "strict": false,
    "strict": true,
    "jsx": "preserve",
    "strictNullChecks": false,
    "sourceMap": true,
    "resolveJsonModule": true,
    "esModuleInterop": true,
@@ -18,6 +19,9 @@
    "paths": {
      "@/*": ["src/*"]
    },
    "compilerOptions": {
      "types": ["element-plus/global"]
    },
    "types": ["vite/client"],
    "skipLibCheck": true,
    "removeComments": true,