You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
860 B

{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"jsxImportSource": "vue",
"lib": ["esnext", "dom"],
"module": "esnext",
"moduleResolution": "bundler",
"noEmit": true,
"noImplicitThis": true,
"noLib": false,
"paths": {
"@/*": ["./*"]
},
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "esnext",
"types": ["@dcloudio/types"],
"useDefineForClassFields": true,
"verbatimModuleSyntax": true
},
"exclude": ["node_modules", "uni_modules", "unpackage", "**/*.js"],
"include": ["**/*.{ts,vue}"]
}