mirror of
				https://github.com/mmahdium/TBW.git
				synced 2025-11-04 09:09:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			289 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "@vue/tsconfig/tsconfig.dom.json",
 | 
						|
  "include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
 | 
						|
  "exclude": ["src/**/__tests__/*"],
 | 
						|
  "compilerOptions": {
 | 
						|
    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
 | 
						|
 | 
						|
    "paths": {
 | 
						|
      "@/*": ["./src/*"]
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |