chore(workspace): allow implicit this in tsconfig
				
					
				
			This commit is contained in:
		
							parent
							
								
									6167a9ea70
								
							
						
					
					
						commit
						218bd5f565
					
				| @ -1,7 +1,7 @@ | |||||||
| { | { | ||||||
|   "extends": "../.nuxt/tsconfig.server.json", | 	"extends": "../.nuxt/tsconfig.server.json", | ||||||
|   "compilerOptions": { | 	"compilerOptions": { | ||||||
|     "allowJs": true, | 		"allowJs": true, | ||||||
|     "outDir": "../out" | 		"outDir": "../out" | ||||||
|   } | 	} | ||||||
| } | } | ||||||
|  | |||||||
| @ -1,9 +1,9 @@ | |||||||
| { | { | ||||||
|   // https://nuxt.com/docs/guide/concepts/typescript | 	// https://nuxt.com/docs/guide/concepts/typescript | ||||||
|   "compilerOptions": { | 	"compilerOptions": { | ||||||
|     "allowJs": true, | 		"allowJs": true, | ||||||
|     "noImplicitAny": false | 		"noImplicitAny": false, | ||||||
|   }, | 		"noImplicitThis": false | ||||||
|   "extends": "./.nuxt/tsconfig.json", | 	}, | ||||||
|    | 	"extends": "./.nuxt/tsconfig.json" | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user