mirror of
				https://github.com/crimsongoldteam/md_design.git
				synced 2025-10-30 23:18:04 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			897 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			897 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "compilerOptions": {
 | |
|     "target": "ES2018",
 | |
|     "module": "ESNext",
 | |
|     "moduleResolution": "bundler",
 | |
|     "lib": ["ES2018", "DOM", "DOM.Iterable", "esnext.bigint"],
 | |
|     "sourceMap": true,
 | |
|     "skipLibCheck": true,
 | |
|     "esModuleInterop": true,
 | |
|     "resolveJsonModule": true,
 | |
|     "importHelpers": false,
 | |
|     /* Bundler mode */
 | |
|     "allowImportingTsExtensions": true,
 | |
|     "isolatedModules": true,
 | |
|     "moduleDetection": "force",
 | |
|     "noEmit": true,
 | |
|     /* Linting */
 | |
|     "strict": true,
 | |
|     "useDefineForClassFields": true,
 | |
|     "noUnusedLocals": true,
 | |
|     "noUnusedParameters": true,
 | |
|     "noFallthroughCasesInSwitch": true,
 | |
|     "noUncheckedSideEffectImports": true,
 | |
|     "experimentalDecorators": true,
 | |
|     "emitDecoratorMetadata": true,
 | |
|     "paths": {
 | |
|       "@/*": ["./lib/*"],
 | |
|       "@assets/*": ["./assets/*"]
 | |
|     }
 | |
|   },
 | |
|   "include": ["lib", "tests"],
 | |
|   "exclude": ["node_modules", "dist"]
 | |
| }
 |