fix ts.config file
This commit is contained in:
		
							parent
							
								
									d8c40fb093
								
							
						
					
					
						commit
						639c193b07
					
				| 
						 | 
				
			
			@ -7,5 +7,5 @@
 | 
			
		|||
    "types": []
 | 
			
		||||
  },
 | 
			
		||||
  "include": ["src/**/*.ts", "src/**/*.tsx"],
 | 
			
		||||
  "exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"]
 | 
			
		||||
}
 | 
			
		||||
  "exclude": ["src/**/*.spec.ts", "src/**/*.test.ts", "dist", "node_modules"]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,5 +1,4 @@
 | 
			
		|||
{
 | 
			
		||||
  "include": ["src"],
 | 
			
		||||
  "files": [],
 | 
			
		||||
  "references": [
 | 
			
		||||
    {
 | 
			
		||||
| 
						 | 
				
			
			@ -20,8 +19,7 @@
 | 
			
		|||
    "moduleResolution": "bundler",
 | 
			
		||||
    "allowImportingTsExtensions": false,
 | 
			
		||||
    "verbatimModuleSyntax": true,
 | 
			
		||||
    "noEmit": true,
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
    /* Linting */
 | 
			
		||||
    "skipLibCheck": true,
 | 
			
		||||
    "strict": true,
 | 
			
		||||
| 
						 | 
				
			
			@ -29,10 +27,9 @@
 | 
			
		|||
    "noUnusedParameters": true,
 | 
			
		||||
    "noFallthroughCasesInSwitch": true,
 | 
			
		||||
    "noUncheckedSideEffectImports": true,
 | 
			
		||||
     "baseUrl": ".",
 | 
			
		||||
    "baseUrl": ".",
 | 
			
		||||
    "paths": {
 | 
			
		||||
      "@/*": ["./src/*", "vite-env.d.ts"]
 | 
			
		||||
      "@/*": ["./src/*"]
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -11,7 +11,8 @@
 | 
			
		|||
        "./src/*"
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    "noEmit": false,
 | 
			
		||||
    "noEmit": false
 | 
			
		||||
  },
 | 
			
		||||
  "include": ["vite.config.ts"]
 | 
			
		||||
  "include": ["vite.config.ts"],
 | 
			
		||||
  "exclude": ["dist", "node_modules"]
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user