You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							17 lines
						
					
					
						
							403 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							17 lines
						
					
					
						
							403 B
						
					
					
				
								{
							 | 
						|
									"extends": "@vue/tsconfig/tsconfig.json",
							 | 
						|
									"include": ["src/**/*.ts", "src/**/*.vue", "src/env.d.ts"],
							 | 
						|
									"exclude": ["node_modules", "vendor"],
							 | 
						|
									"compilerOptions": {
							 | 
						|
										"outDir": "./js",
							 | 
						|
										"allowJs": true,
							 | 
						|
										"checkJs": false,
							 | 
						|
										"allowImportingTsExtensions": true,
							 | 
						|
										"strictNullChecks": true,
							 | 
						|
										"lib": ["ESNext", "DOM", "DOM.Iterable"],
							 | 
						|
										"types": [],
							 | 
						|
									},
							 | 
						|
									"vueCompilerOptions": {
							 | 
						|
										"target": 2.7,
							 | 
						|
									}
							 | 
						|
								}
							 |