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