mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	build(projects): update tsconfig
This commit is contained in:
		@@ -15,7 +15,7 @@
 | 
			
		||||
    "build:test": "npm run typecheck && cross-env VITE_ENV_TYPE=test vite build",
 | 
			
		||||
    "build:vercel": "cross-env VITE_HASH_ROUTE=true vite build",
 | 
			
		||||
    "preview": "vite preview",
 | 
			
		||||
    "typecheck": "vue-tsc --noEmit",
 | 
			
		||||
    "typecheck": "vue-tsc --noEmit --skipLibCheck",
 | 
			
		||||
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
 | 
			
		||||
    "prepare": "husky install",
 | 
			
		||||
    "postinstall": "patch-package",
 | 
			
		||||
 
 | 
			
		||||
@@ -8,7 +8,6 @@
 | 
			
		||||
    "esModuleInterop": true,
 | 
			
		||||
    "jsx": "preserve",
 | 
			
		||||
		"allowJs": true,
 | 
			
		||||
    "skipLibCheck": true,
 | 
			
		||||
    "moduleResolution": "node",
 | 
			
		||||
    "resolveJsonModule": true,
 | 
			
		||||
    "noUnusedLocals": true,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user