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.
		
		
		
		
			
				
					22 lines
				
				422 B
			
		
		
			
		
	
	
					22 lines
				
				422 B
			| 
											6 months ago
										 | { | ||
|  |   "allowJs": true, | ||
|  |   "compilerOptions": { | ||
|  |     "target": "ES6", | ||
|  |     "module": "node16", | ||
|  |     "strict": true, | ||
|  |     "jsx": "preserve", | ||
|  |     "noEmit": true, | ||
|  |     "allowImportingTsExtensions": true, | ||
|  |     "noImplicitAny": false, | ||
|  |     "moduleResolution": "node16", | ||
|  |     "sourceMap": false, | ||
|  |     "baseUrl": ".", | ||
|  |     "paths": { | ||
|  |       "@/*": [ | ||
|  |         "src/*" | ||
|  |       ] | ||
|  |     }, | ||
|  |     "jsxImportSource": "vue", | ||
|  |     "isolatedModules": true | ||
|  |   } | ||
|  | } |