{
	"compilerOptions": {
		"baseUrl": "test",
		"paths": {
			"@foobar": ["foo/bar"],
			"@bar/*": ["bar/*"],
			"@js": ["js"]
		}
	}
}
