Co-authored-by: widlam <mikolaj.widla@gmail.com> Reviewed-on: #224 Reviewed-by: Adam Bem <bema@noreply.example.com> Co-authored-by: Mikolaj Widla <widlam@noreply.example.com> Co-committed-by: Mikolaj Widla <widlam@noreply.example.com>
		
			
				
	
	
		
			30 lines
		
	
	
		
			557 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			557 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "@vue/tsconfig/tsconfig.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "allowJs": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "paths": {
 | 
						|
      "@/*": ["./src/*"],
 | 
						|
      "@components/*":["./src/components/*"],
 | 
						|
      "@views/*":["./src/views/*"],
 | 
						|
      "@assets/*":["./src/assets/*"],
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "references": [
 | 
						|
    {
 | 
						|
      "path": "./tsconfig.node.json"
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "path": "./tsconfig.app.json"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "include": [
 | 
						|
    "src/**/*.ts",
 | 
						|
    "src/**/*.tsx",
 | 
						|
    "src/**/*.vue",
 | 
						|
    "tests/**/*.ts",
 | 
						|
    "tests/**/*.tsx"
 | 
						|
  ],
 | 
						|
  "exclude": ["node_modules"],
 | 
						|
}
 |