summary refs log tree commit diff
path: root/webrtc/.swcrc
blob: 9a89b49d644cb28dd7f8a58167988b39c4f859e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"module": {
		"type": "commonjs"
	},
	"jsc": {
		"parser": {
			"syntax": "typescript",
			"decorators": true
		},
		"target": "es2021"
	}
}