fix vite.config.ts import package.json error
This commit is contained in:
		
							parent
							
								
									8cebb131d5
								
							
						
					
					
						commit
						56250ed676
					
				| 
						 | 
					@ -17,6 +17,5 @@
 | 
				
			||||||
    "noEmit": true,
 | 
					    "noEmit": true,
 | 
				
			||||||
    "jsx": "react-jsx"
 | 
					    "jsx": "react-jsx"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "include": ["src"],
 | 
					  "include": ["src"]
 | 
				
			||||||
  "references": [{ "path": "./tsconfig.node.json" }]
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,8 +0,0 @@
 | 
				
			||||||
{
 | 
					 | 
				
			||||||
  "compilerOptions": {
 | 
					 | 
				
			||||||
    "composite": true,
 | 
					 | 
				
			||||||
    "module": "esnext",
 | 
					 | 
				
			||||||
    "moduleResolution": "node"
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  "include": ["vite.config.ts"]
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue