summary refs log tree commit diff
path: root/gateway/.swcrc
blob: e8cbb8a1350b22075935304e93e4beb0557f62c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"module": {
		"type": "commonjs"
	},
	"jsc": {
		"parser": {
			"syntax": "typescript",
			"decorators": true
		},
		"target": "es5",
		"baseUrl": ".",
		"paths": {
			"@fosscord/gateway": ["src/index"]
		}
	}
}