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