24 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			387 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	"$schema": "https://swc.rs/schema.json",
 | 
						|
	"jsc": {
 | 
						|
		"parser": {
 | 
						|
			"syntax": "typescript",
 | 
						|
			"dynamicImport": true,
 | 
						|
			"decorators": true
 | 
						|
		},
 | 
						|
		"transform": {
 | 
						|
			"legacyDecorator": true,
 | 
						|
			"decoratorMetadata": true
 | 
						|
		},
 | 
						|
		"experimental": {
 | 
						|
			"keepImportAssertions": true
 | 
						|
		},
 | 
						|
		"baseUrl": "../built",
 | 
						|
		"paths": {
 | 
						|
			"@/*": ["*"]
 | 
						|
		},
 | 
						|
		"target": "es2022"
 | 
						|
	},
 | 
						|
	"minify": false
 | 
						|
}
 |