月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-11-17 9f9ae3e0253f2d657b6b337d62d269394d04ee09
tsconfig.json
@@ -9,34 +9,26 @@
    "experimentalDecorators": true,
    "skipLibCheck": true,
    "esModuleInterop": true,
    "allowJs": true, //编译时允许有js
    "allowSyntheticDefaultImports": true,
    "forceConsistentCasingInFileNames": true,
    "useDefineForClassFields": true,
    "sourceMap": true,
    "baseUrl": ".",
    "types": [
      "webpack-env"
    ],
    "types": ["webpack-env"],
    "paths": {
      "@/*": [
        "src/*"
      ]
      "@/*": ["src/*"]
    },
    "lib": [
      "esnext",
      "dom",
      "dom.iterable",
      "scripthost"
    ]
    "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
  },
  "include": [
    "src/**/*.ts",
    "src/**/*.tsx",
    "src/**/*.vue",
    "tests/**/*.ts",
    "tests/**/*.tsx"
    "tests/**/*.tsx",
    "src/components/config/particles-config.js",
    "src/utils/drag.js"
  ],
  "exclude": [
    "node_modules"
  ]
  "exclude": ["node_modules"]
}