17 lines
		
	
	
		
			390 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			390 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "extends": "@vue/tsconfig/tsconfig.dom.json",
 | 
						|
  "compilerOptions": {
 | 
						|
    "baseUrl": ".",
 | 
						|
    "paths": {
 | 
						|
      "@/*": ["src/*"]
 | 
						|
    },
 | 
						|
    "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
 | 
						|
    "composite": true,
 | 
						|
 | 
						|
    /* Linting */
 | 
						|
    "strict": true,
 | 
						|
    "erasableSyntaxOnly": true,
 | 
						|
    "noFallthroughCasesInSwitch": true,
 | 
						|
    "noUncheckedSideEffectImports": true
 | 
						|
  },
 | 
						|
} |