24 lines
		
	
	
		
			617 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			617 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "extends": "@vue/tsconfig/tsconfig.dom.json",
 | |
|   "compilerOptions": {
 | |
|     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
 | |
|     "baseUrl": ".",
 | |
|     "paths": {
 | |
|       "@/*": ["./src/*"]
 | |
|     },
 | |
|     "types": ["vite/client", "element-plus/global"],
 | |
| 
 | |
|     /* Linting */
 | |
|     "strict": true,
 | |
|     "noUnusedLocals": true,
 | |
|     "noUnusedParameters": true,
 | |
|     "erasableSyntaxOnly": true,
 | |
|     "noFallthroughCasesInSwitch": true,
 | |
|     "noUncheckedSideEffectImports": true
 | |
|   },
 | |
|   "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
 | |
|   "vueCompilerOptions": {
 | |
|     "plugins": ["@vue/typescript-plugin"]
 | |
|   }
 | |
| }
 |