14 lines
		
	
	
		
			268 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			268 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "compilerOptions": {
 | |
|         "composite": true,
 | |
|         "module": "ESNext",
 | |
|         "moduleResolution": "node",
 | |
|         "allowSyntheticDefaultImports": true,
 | |
|         "types": [
 | |
|             "node"
 | |
|         ]
 | |
|     },
 | |
|     "include": [
 | |
|         "vite.config.ts"
 | |
|     ]
 | |
| } |