mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-30 21:14:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			430 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			430 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|   "$schema": "https://json.schemastore.org/swcrc",
 | |
|   "jsc": {
 | |
|     "parser": {
 | |
|       "syntax": "typescript",
 | |
|       "dynamicImport": true,
 | |
|       "decorators": true
 | |
|     },
 | |
|     "transform": {
 | |
|       "legacyDecorator": true,
 | |
|       "decoratorMetadata": true
 | |
|     },
 | |
| 		"experimental": {
 | |
| 			"keepImportAssertions": true
 | |
| 		},
 | |
| 		"baseUrl": ".",
 | |
| 		"paths": {
 | |
| 			"@/*": [
 | |
| 				"./src/*"
 | |
| 			]
 | |
| 		},
 | |
| 		"target": "es2021"
 | |
|   },
 | |
|   "minify": false
 | |
| }
 |