You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							500 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							500 B
						
					
					
				{
 | 
						|
    "sourceMaps": true,
 | 
						|
    "presets": [
 | 
						|
        ["@babel/preset-env", {
 | 
						|
            "targets": {
 | 
						|
                "node": 10
 | 
						|
            },
 | 
						|
            "modules": "commonjs"
 | 
						|
        }],
 | 
						|
        "@babel/preset-typescript"
 | 
						|
    ],
 | 
						|
    "plugins": [
 | 
						|
        "@babel/plugin-proposal-numeric-separator",
 | 
						|
        "@babel/plugin-proposal-class-properties",
 | 
						|
        "@babel/plugin-proposal-object-rest-spread",
 | 
						|
        "@babel/plugin-syntax-dynamic-import",
 | 
						|
        "@babel/plugin-transform-runtime"
 | 
						|
    ]
 | 
						|
}
 | 
						|
 |