chore: add 'include' in tsconfig.json
This commit is contained in:
		
							parent
							
								
									05ed569d21
								
							
						
					
					
						commit
						ad21554e20
					
				@ -44,5 +44,8 @@
 | 
				
			|||||||
    "compilerOptions": {
 | 
					    "compilerOptions": {
 | 
				
			||||||
      "module": "commonjs"
 | 
					      "module": "commonjs"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  },
 | 
				
			||||||
 | 
					  "include": [
 | 
				
			||||||
 | 
					    "packages/**/src",
 | 
				
			||||||
 | 
					  ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user