{
	"compilerOptions": {
		"baseUrl": "./src",
		"paths": {
			"*": [
				"*"
			],
			"animations/*": ["src/animations/*"],
			"assets/*": ["src/assets/*"],
			"components/*": ["src/components/*"],
			"constants/*": ["src/constants/*"],
			"data/*": ["src/data/*"],
			"utils/*": ["src/utils/*"]
		}
	},
	"exclude": [
		"node_modules"
	]
}
