15 lines
		
	
	
		
			401 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			401 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "extends": "@vue/tsconfig/tsconfig.web.json",
 | |
|   "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "**/*.d.ts", "node_modules/vite-plugin-pwa/client.d.ts"],
 | |
|   "exclude": ["src/**/__tests__/*"],
 | |
|   "compilerOptions": {
 | |
|     "lib": ["ES2021"],
 | |
|     "composite": true,
 | |
|     "baseUrl": ".",
 | |
|     "paths": {
 | |
|       "@/*": ["./src/*"]
 | |
|     },
 | |
|     "types": ["naive-ui/volar", "unplugin-icons/types/vue"]
 | |
|   }
 | |
| }
 |