23 lines
		
	
	
		
			429 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			429 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "extends": "@vue/tsconfig/tsconfig.dom.json",
 | |
|   "compilerOptions": {
 | |
|     "composite": true,
 | |
|     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
 | |
| 
 | |
|     "target": "esnext",
 | |
|     "baseUrl": ".",
 | |
|     "paths": {
 | |
|       "@/*": ["./src/*"]
 | |
|     }
 | |
|   },
 | |
|   "include": [
 | |
|     "env.d.ts",
 | |
|     "src/**/*",
 | |
|     "src/**/*.vue",
 | |
|     "src/**/*.tsx",
 | |
|     "components.d.ts",
 | |
|     "*.d.ts"
 | |
|   ],
 | |
|   "exclude": ["src/**/__tests__/*"]
 | |
| }
 | 
