mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 13:39:01 +01:00 
			
		
		
		
	chore(monorepo/client): allow top-level await
This commit is contained in:
		
							parent
							
								
									6b73ec4c1f
								
							
						
					
					
						commit
						28a319be0b
					
				@ -2,7 +2,7 @@
 | 
				
			|||||||
    "compilerOptions": {
 | 
					    "compilerOptions": {
 | 
				
			||||||
        "module": "ESNext",
 | 
					        "module": "ESNext",
 | 
				
			||||||
        "moduleResolution": "bundler",
 | 
					        "moduleResolution": "bundler",
 | 
				
			||||||
        "target": "ES2015",
 | 
					        "target": "ES2017",
 | 
				
			||||||
        "resolveJsonModule": true,
 | 
					        "resolveJsonModule": true,
 | 
				
			||||||
        "allowSyntheticDefaultImports": true
 | 
					        "allowSyntheticDefaultImports": true
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user