{
	"compilerOptions": {
		"baseUrl": "./",
		"paths": {
			"@ax/api": ["src/api"],
			"@ax/components": ["src/components"],
			"@ax/components/*": ["src/components/*"],
			"@ax/containers/*": ["src/containers/*"],
			"@ax/modules/*": ["src/modules/*"],
			"@ax/forms": ["src/forms"],
			"@ax/guards": ["src/guards"],
			"@ax/helpers": ["src/helpers"],
			"@ax/helpers/*": ["src/helpers/*"],
			"@ax/hooks": ["src/hooks"],
			"@ax/locales": ["src/locales"],
			"@ax/modules": ["src/modules"],
			"@ax/routes": ["src/routes"],
			"@ax/routes/*": ["src/routes/*"],
			"@ax/types": ["src/types"],
			"@ax/schemas": ["src/schemas"],
			"@ax/themes/*": ["src/themes/*"],
			"@ax/constants": ["src/constants"],
			"@ax/constants/*": ["src/constants/*"]
		}
	}
}
