{
	"compilerOptions": {
		"target": "ESNext",
		"module": "ESNext",

		"moduleResolution": "node",
		"baseUrl": "./",
		"paths": {
			"#prompts/*": ["./src/prompts/*.ts"],
			"#commands/*": ["./src/commands/*.ts"],
			"#functions/*": ["./src/functions/*.ts"],
			"#constants": ["./src/constants.ts"]
		},
		"esModuleInterop": true,
		"forceConsistentCasingInFileNames": true,
		"strict": true,
		"skipLibCheck": true
	}
}
