mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 15:53:43 +08:00 
			
		
		
		
	fix(projects): Fix i18n-ally not working when setting moduleResolution to bundler. fixed #780
This commit is contained in:
		
							
								
								
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -11,6 +11,9 @@
 | 
				
			|||||||
  "i18n-ally.editor.preferEditor": true,
 | 
					  "i18n-ally.editor.preferEditor": true,
 | 
				
			||||||
  "i18n-ally.keystyle": "nested",
 | 
					  "i18n-ally.keystyle": "nested",
 | 
				
			||||||
  "i18n-ally.localesPaths": ["src/locales/langs"],
 | 
					  "i18n-ally.localesPaths": ["src/locales/langs"],
 | 
				
			||||||
 | 
					  "i18n-ally.parsers.typescript.compilerOptions": {
 | 
				
			||||||
 | 
					    "moduleResolution": "node"
 | 
				
			||||||
 | 
					  },
 | 
				
			||||||
  "prettier.enable": false,
 | 
					  "prettier.enable": false,
 | 
				
			||||||
  "typescript.tsdk": "node_modules/typescript/lib",
 | 
					  "typescript.tsdk": "node_modules/typescript/lib",
 | 
				
			||||||
  "unocss.root": ["./"],
 | 
					  "unocss.root": ["./"],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user