mirror of
				https://github.com/lutinglt/gitea-github-theme.git
				synced 2025-10-28 07:00:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "plugins": [
 | |
|       {
 | |
|         "name": "typescript-plugin-css-modules"
 | |
|       },
 | |
|       {
 | |
|         "name": "typescript-styled-plugin",
 | |
|         "lint": {
 | |
|           "validProperties": "rx,ry"
 | |
|         }
 | |
|       }
 | |
|     ],
 | |
|     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
 | |
|     "useDefineForClassFields": true,
 | |
|     "target": "ES2022",
 | |
|     "lib": ["ES2023"],
 | |
|     "module": "ESNext",
 | |
|     "skipLibCheck": true,
 | |
|     /* Bundler mode */
 | |
|     "moduleResolution": "bundler",
 | |
|     "allowImportingTsExtensions": true,
 | |
|     "verbatimModuleSyntax": true,
 | |
|     "moduleDetection": "force",
 | |
|     "noEmit": true,
 | |
|     /* Linting */
 | |
|     "strict": true,
 | |
|     "noUnusedLocals": true,
 | |
|     "noUnusedParameters": true,
 | |
|     "erasableSyntaxOnly": true,
 | |
|     "noFallthroughCasesInSwitch": true,
 | |
|     "noUncheckedSideEffectImports": true,
 | |
|     "baseUrl": ".",
 | |
|     "paths": {
 | |
|       "src/*": ["src/*"],
 | |
|       "styles/*": ["styles/*"],
 | |
|       "themes/*": ["themes/*", "themes/*.css"]
 | |
|     }
 | |
|   },
 | |
|   "include": ["src", "styles", "themes", "vite.config.ts"]
 | |
| }
 | 
