{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": {
		"rootDir": ".",
	},
	"include": [
		"./**/*",
	],
	"references": [
		{"path": "../ai"},
		{"path": "../components"},
		{"path": "../utils"},
	],
}
