Merge pull request #64 from QURIresearch/hotfix-missing-jsx
Fix test failure errors by allowing JSX in typescript files
This commit is contained in:
		
						commit
						590af695f1
					
				
							
								
								
									
										1
									
								
								packages/squiggle-lang/.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								packages/squiggle-lang/.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -14,5 +14,6 @@ yarn-error.log
 | 
			
		|||
.netlify
 | 
			
		||||
.idea
 | 
			
		||||
*.gen.ts
 | 
			
		||||
*.gen.tsx
 | 
			
		||||
*.gen.js
 | 
			
		||||
dist
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,7 @@
 | 
			
		|||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "module": "commonjs",
 | 
			
		||||
    "jsx": "react",
 | 
			
		||||
    "allowJs": true,
 | 
			
		||||
    "noImplicitAny": true,
 | 
			
		||||
    "removeComments": true,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user