mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	feat(projects): @sa/axios: createRequest, createFlatRequest, createHookRequest
This commit is contained in:
		
							
								
								
									
										20
									
								
								packages/ofetch/tsconfig.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								packages/ofetch/tsconfig.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,20 @@
 | 
			
		||||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "target": "ESNext",
 | 
			
		||||
    "jsx": "preserve",
 | 
			
		||||
    "lib": ["DOM", "ESNext"],
 | 
			
		||||
    "baseUrl": ".",
 | 
			
		||||
    "module": "ESNext",
 | 
			
		||||
    "moduleResolution": "node",
 | 
			
		||||
    "resolveJsonModule": true,
 | 
			
		||||
    "types": ["node"],
 | 
			
		||||
    "strict": true,
 | 
			
		||||
    "strictNullChecks": true,
 | 
			
		||||
    "noUnusedLocals": true,
 | 
			
		||||
    "allowSyntheticDefaultImports": true,
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "forceConsistentCasingInFileNames": true
 | 
			
		||||
  },
 | 
			
		||||
  "include": ["src/**/*"],
 | 
			
		||||
  "exclude": ["node_modules", "dist"]
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user