26 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			430 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "$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
 | 
						|
}
 |