wupengfei
9 小时以前 ccc340793f1cf2c3932be705c69fa5906033f989
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "compilerOptions": {
    "module": "ESNext",
    "moduleResolution": "bundler",
    "resolveJsonModule": true,
    "useDefineForClassFields": true,
    "jsx": "preserve",
    "noImplicitThis": true,
    "strict": false,
    "isolatedModules": true,
    "preserveValueImports": false,
    "verbatimModuleSyntax": false,
    "target": "ESNext",
    "esModuleInterop": true,
    "forceConsistentCasingInFileNames": true,
    "skipLibCheck": true,
    "allowJs": true,
    "lib": ["dom", "esnext"],
    "incremental": true,
    "jsxImportSource": "vue"
  },
  "compileOnSave": false
}